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.

68 lines
1.3 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. GEM_ROOT=..
  8. MAJORCOMP=GemSAFE
  9. MINORCOMP=gpkcsp
  10. PINCACHE_ROOT=..\..\pincache
  11. TARGETNAME=$(MINORCOMP)
  12. TARGETPATHLIB=$(GEM_ROOT)\lib\$(_OBJ_DIR)
  13. TARGETPATH=$(GEM_ROOT)\bin\$(_OBJ_DIR)
  14. PINCACHELIB=$(PINCACHE_ROOT)\$(O)
  15. TARGETTYPE=DYNLINK
  16. DLLDEF=$(MINORCOMP).def
  17. DLLENTRY=_DllMainCRTStartup
  18. TARGETLIBS= \
  19. $(TARGETLIBS) \
  20. $(PINCACHELIB)\pincache.lib \
  21. $(TARGETPATHLIB)\*\ccert32.lib \
  22. $(SDK_LIB_PATH)\winscard.lib \
  23. $(SDK_LIB_PATH)\scarddlg.lib \
  24. $(SDK_LIB_PATH)\user32.lib \
  25. $(SDK_LIB_PATH)\advapi32.lib \
  26. $(WIN32_LIBS) \
  27. $(GUI32_LIBS)
  28. INCLUDES=\
  29. $(PINCACHE_ROOT);\
  30. $(GEM_ROOT)\inc;\
  31. $(GEM_ROOT)\gpkgui;\
  32. $(GEM_ROOT)\compcert;\
  33. $(SDK_INC_PATH)\mfc42
  34. SOURCES=\
  35. autoreg.cpp \
  36. cspwrap.cpp \
  37. debug.c \
  38. gpkcsp.cpp \
  39. gpkcsp.rc \
  40. gpkgui.c
  41. C_DEFINES=$(C_DEFINES) -D_UNICODE -D_USRDLL -DGPKCSP_EXPORTS -D_WINDOWS -D_DISPLAY -D_GPKCSP -DMS_BUILD
  42. # Additional Compiler definitions
  43. USE_MSVCRT=1
  44. # Use C++ Exception Handling
  45. USE_NATIVE_EH=1
  46. # if building a DLL, base the DLL.
  47. DLLBASE=0x08000000
  48. !IF "1" == "$(VAULTSIGN)"
  49. BINPLACE_FLAGS=-xa -o dump -s %_NTPOSTBLD%\dump\symbols -n %_NTPOSTBLD%\dump\symbols
  50. !ENDIF