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.

17 lines
261 B

  1. TARGETNAME=thunk32
  2. TARGETPATH=obj
  3. PASS1_PUBLISH={$(O)\thunk32.lib=$(SDK_LIB_PATH)\thunk32.lib}
  4. !if !$(386)
  5. TARGETTYPE=LIBRARY
  6. !else
  7. TARGETTYPE=DYNLINK
  8. !endif
  9. DLLBASE=0x1000000
  10. MSC_WARNING_LEVEL=/W3 /WX
  11. SOURCES=thunk32.c \
  12. thunk32.rc
  13. UMTYPE=console