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.

25 lines
420 B

  1. #
  2. # Builds numset.exe using the NT Build Environment
  3. #
  4. # George V. Reilly, georgere, 11/17/1999
  5. #
  6. TARGETNAME=numset
  7. TARGETPATH=..\..\$(_OBJ_DIR)
  8. TARGETTYPE=PROGRAM
  9. C_DEFINES=-DUSE_DEBUG_CRTS
  10. UMENTRY=main
  11. UMAPPL=numset
  12. UMTYPE=console
  13. UMLIBS=\
  14. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  15. $(TARGETPATH)\*\LKRhash.lib \
  16. USE_CRTDLL=1
  17. INCLUDES=.;..\..\inc; \
  18. SOURCES= \
  19. numset.cpp \