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
313 B

  1. TARGETNAME=ExeScan
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. TARGETLIBS=\
  5. $(SDK_LIB_PATH)\libc.lib
  6. !if !$(386)
  7. USE_MSVCRT=1
  8. !endif
  9. C_DEFINES=\
  10. -DNASHVILLE
  11. INCLUDES= \
  12. ..\..\sdslib
  13. SOURCES=\
  14. exescan.c \
  15. chksect.c \
  16. crc32.c
  17. UMTYPE=console
  18. USE_PDB=1