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.

29 lines
630 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1998
  3. Module Name:
  4. makefile.
  5. !ENDIF
  6. #----------------------------------------------------------------------------
  7. # /Build the file cabinet app.
  8. #----------------------------------------------------------------------------
  9. !ifdef NTMAKEENV # Prevent NT's build.exe from executing this makefile
  10. #
  11. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  12. #
  13. !INCLUDE $(NTMAKEENV)\makefile.def
  14. !else # NTMAKEENV
  15. #
  16. # Currently not set up for building under Win95
  17. # Need to add makefile information for this build environment.
  18. #
  19. !endif # NTMAKEENV