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.

51 lines
1.2 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\as\cpi32.nt=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include ..\ascom.inc
  8. TARGETNAME=rdas32
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLDEF=..\cpi32\nmas.def
  12. DLLENTRY=DllMain
  13. ALT_PROJECT_TARGET = NT
  14. INCLUDES = ..\cpi32;$(INCLUDES)
  15. 386_STDCALL=1
  16. # Note that MNMCPI32.LIB (no underscore) is the common code to NT, W95
  17. LINKLIBS =..\cpi32\$(O)\cpi32.lib \
  18. $(ROOT)\nmutil\nmutila\$(O)\nmutila.lib
  19. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\gdi32.lib \
  23. $(SDK_LIB_PATH)\comctl32.lib \
  24. $(ROOT)\t120\mst120\$(O)\rdcall.lib
  25. C_DEFINES=$(C_DEFINES) -DDLL_CORE -D"_WINDOWS" \
  26. -DMULTI_LEVEL_ZONES
  27. WIN32_WINNT_VERSION=0x0403
  28. SOURCES=\
  29. $(O)\nmas.rc \
  30. $(O)\cpi32dll.cpp \
  31. globalnt.cpp \
  32. im.cpp \
  33. osi.cpp
  34. NTTARGETFILE0= $(O)\nmas.rc \
  35. $(O)\cpi32dll.cpp
  36. PRECOMPILED_INCLUDE = precomp.h
  37. PRECOMPILED_PCH = precomp.pch
  38. PRECOMPILED_OBJ = precomp.obj
  39. PRECOMPILED_CXX = 1