Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
536 B

  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. !else # NTMAKEENV
  10. #
  11. # Currently not set up for building under Win95
  12. # Need to add makefile information for this build environment.
  13. #
  14. !endif # NTMAKEENV