makefile
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. #----------------------------------------------------------------------------
  2. # /Build the file cabinet app.
  3. #----------------------------------------------------------------------------
  4. !ifdef NTMAKEENV    # Prevent NT's build.exe from executing this makefile
  5. #
  6. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  7. #
  8. !INCLUDE $(NTMAKEENV)makefile.def
  9. CFLAGS=$(CFLAGS) /GX
  10. !else  # NTMAKEENV
  11. #
  12. # Currently not set up for building under Win95
  13. # Need to add makefile information for this build environment.
  14. #
  15. !endif # NTMAKEENV