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.

23 lines
392 B

  1. !include ..\..\..\place.inc
  2. MAJORCOMP=iis
  3. MINORCOMP=verstamp
  4. TARGETPATH=obj
  5. TARGETTYPE=PROGRAM
  6. TARGETNAME=verstamp
  7. UMTYPE=console
  8. UMENTRY=wmain
  9. INCLUDES=\
  10. ..\..\..\inc
  11. SOURCES= \
  12. verstamp.c \
  13. version.rc
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(SDK_LIB_PATH)\user32.lib \
  18. $(SDK_LIB_PATH)\version.lib