Leaked source code of windows server 2003
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.

26 lines
448 B

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