Leaked source code of windows server 2003
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.

73 lines
1.5 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. CA_RELATIVEROOT=..\..
  6. MAJORCOMP=certsrv
  7. MINORCOMP=exitsql
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. DLLENTRY=DllMain
  12. CHECKED_ALT_DIR=1
  13. NOT_LEAN_AND_MEAN=1
  14. USE_ATL=1
  15. USE_MSVCRT=1
  16. INCLUDES=$(O);$(CA_RELATIVEROOT)\include
  17. # The next few lines are needed for incremental build dependency checking:
  18. PASS0_HEADERDIR=$(O)
  19. PASS0_SOURCEDIR=$(O)
  20. MIDL_TLBDIR=$(O)
  21. # Until build.exe is fixed:
  22. CONDITIONAL_INCLUDES= \
  23. $(CA_MAC_CONDITIONAL_INCLUDES) \
  24. atlbase.h \
  25. atlcom.h \
  26. atlimpl.cpp
  27. C_DEFINES=-DUNICODE -D_UNICODE
  28. # Force include of makefile.inc for tlb dependency:
  29. NTTARGETFILES=
  30. # Copy common library files for local compile to match SDK build
  31. NTTARGETFILE0= \
  32. $(O)\ceerror.cpp \
  33. $(O)\cedebug.cpp \
  34. $(O)\celib.cpp
  35. PRECOMPILED_INCLUDE=pch.cpp
  36. SOURCES= \
  37. exitsql.idl \
  38. $(O)\exitsql_i.c \
  39. exitsql.rc \
  40. atl.cpp \
  41. exitsql.cpp \
  42. exit.cpp \
  43. module.cpp \
  44. $(NTTARGETFILE0)
  45. xDELAYLOAD= comctl32.dll
  46. TARGETLIBS= \
  47. $(CA_RELATIVEROOT)\idl\com\$(O)\certidl.lib \
  48. $(SDK_LIB_PATH)\advapi32.lib \
  49. $(SDK_LIB_PATH)\comctl32.lib \
  50. $(SDK_LIB_PATH)\crypt32.lib \
  51. $(SDK_LIB_PATH)\kernel32.lib \
  52. $(SDK_LIB_PATH)\ole32.lib \
  53. $(SDK_LIB_PATH)\odbc32.lib \
  54. $(SDK_LIB_PATH)\oleaut32.lib \
  55. $(SDK_LIB_PATH)\user32.lib \
  56. $(SDK_LIB_PATH)\uuid.lib