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
877 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=ccfapi32
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. USE_MFCUNICODE=1
  10. PRECOMPILED_INCLUDE=stdafx.h
  11. PRECOMPILED_CXX=1
  12. C_DEFINES=-DUNICODE -D_UNICODE
  13. DLLENTRY=_DllMainCRTStartup
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\llsrpc.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\advapip.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\gdi32.lib \
  20. $(SDK_LIB_PATH)\htmlhelp.lib \
  21. $(DS_LIB_PATH)\rsa32.lib
  22. INCLUDES= \
  23. ..\inc; \
  24. $(DS_INC_PATH)\crypto;
  25. SOURCES= \
  26. ccfapi.cpp \
  27. ccfapi32.rc \
  28. exports.cpp \
  29. licobj.cpp \
  30. pseatdlg.cpp \
  31. psrvdlg.cpp \
  32. nlicdlg.cpp \
  33. remdlg.cpp \
  34. source.cpp \
  35. srclist.cpp \
  36. utils.cpp
  37. PASS1_PUBLISH= \
  38. {$(O)\ccfapi32.lib=$(SDK_LIB_PATH)\ccfapi32.lib}