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.

22 lines
305 B

  1. TARGETNAME=updfile
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. TARGETLIBS=\
  5. $(SDK_LIB_PATH)\ntdll.lib \
  6. $(SDK_LIB_PATH)\user32.lib
  7. INCLUDES= \
  8. ..\common
  9. SOURCES=\
  10. updfile.rc \
  11. updfile.c \
  12. updres.c
  13. C_DEFINES=\
  14. -DNASHVILLE
  15. UMTYPE=console
  16. UMENTRY=main
  17. USE_LIBCMT=1