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.

65 lines
1.5 KiB

  1. TARGETNAME=unicows
  2. TARGETPATH=$(_OBJ_DIR)
  3. TARGETTYPE=DYNLINK
  4. PRECOMPILED_INCLUDE=precomp.h
  5. PRECOMPILED_PCH=precomp.pch
  6. PRECOMPILED_OBJ=precomp.obj
  7. # Uncomment the line below for debugging purposes; default is /Oxs
  8. # MSC_OPTIMIZATION = /Odi
  9. # Cannot run at /W4 since many of the Win32 header files
  10. # we use will fail, and also our own globals.h might?
  11. MSC_WARNING_LEVEL = /W3 /WX
  12. USE_INCREMENTAL_LINKING=0
  13. DLLBASE=0x7F2D0000
  14. TARGETLIBS=\
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\gdi32.lib \
  18. $(SDK_LIB_PATH)\mpr.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\rasapi32.lib \
  21. $(SDK_LIB_PATH)\comdlg32.lib \
  22. $(SDK_LIB_PATH)\version.lib \
  23. $(SDK_LIB_PATH)\shell32.lib \
  24. $(SDK_LIB_PATH)\winspool.lib \
  25. $(SDK_LIB_PATH)\sensapi.lib \
  26. $(SDK_LIB_PATH)\oledlg.lib \
  27. $(SDK_LIB_PATH)\winmm.lib \
  28. $(SDK_LIB_PATH)\vfw32.lib \
  29. $(SDK_LIB_PATH)\secur32.lib \
  30. $(SDK_LIB_PATH)\chkstk.obj \
  31. $(SDK_LIB_PATH)\exsup.lib
  32. SOURCES=\
  33. callback.c \
  34. util.c \
  35. helpapis.c \
  36. convert.c \
  37. utf.c \
  38. hook.c \
  39. usermsgs.c \
  40. subclass.c \
  41. threads.c \
  42. crtwrap.c \
  43. updres.c \
  44. Win9xU.c \
  45. unicows.rc
  46. USE_NOLIBS=1
  47. NO_NTDLL=1
  48. USER_C_FLAGS=/Zm110
  49. DLLENTRY=DllMain
  50. NOT_LEAN_AND_MEAN=1
  51. UMTYPE=console
  52. NTTARGETFILE0=thunks