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.

74 lines
1.4 KiB

  1. !if 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !endif
  4. !ifndef FULL_DEBUG
  5. FULL_DEBUG=0
  6. !endif
  7. ROOT=$(MAKEDIR)
  8. !include $(ROOT)\common.inc
  9. CHECKED_ALT_DIR=1
  10. TARGETNAME=msr2c
  11. DLLDEF=msr2c.def
  12. TARGETPATH=obj
  13. !if !$(386)
  14. TARGETTYPE=LIBRARY
  15. !else
  16. TARGETTYPE=DYNLINK
  17. !endif
  18. DLLBASE=0x60000000
  19. DLLENTRY=_DllMainCRTStartup
  20. USE_MSVCRT=1
  21. !undef USE_NOLIBS
  22. LINKER_FLAGS = $(LINKER_FLAGS) /merge:.CRT=.data
  23. #PRECOMPILED_INCLUDE=stdafx.h
  24. #PRECOMPILED_CXX=1
  25. #PRECOMPILED_SOURCEFILE=stdafx.cpp
  26. INCLUDES=$(INCLUDES);$(BASEDIR)\public\sdk\inc\mfc42;
  27. SOURCES=
  28. i386_SOURCES=\
  29. msr2c.rc \
  30. array_p.cpp \
  31. bookmark.cpp \
  32. cmsr2c.cpp \
  33. colupdat.cpp \
  34. crerror.cpp \
  35. cursbase.cpp \
  36. cursmain.cpp \
  37. cursmeta.cpp \
  38. cursor.cpp \
  39. curspos.cpp \
  40. debug.cpp \
  41. entryid.cpp \
  42. enumcnpt.cpp \
  43. errorinf.cpp \
  44. fromvar.cpp \
  45. globals.cpp \
  46. guids.cpp \
  47. msr2c.cpp \
  48. nconnpt.cpp \
  49. nconnptc.cpp \
  50. notifier.cpp \
  51. rscolumn.cpp \
  52. rssource.cpp \
  53. stream.cpp \
  54. timeconv.cpp \
  55. util.cpp
  56. ####
  57. TARGETLIBS= \
  58. $(SDK_LIB_PATH)\kernel32.lib \
  59. $(SDK_LIB_PATH)\user32.lib \
  60. $(SDK_LIB_PATH)\advapi32.lib \
  61. $(SDK_LIB_PATH)\ole32.lib \
  62. $(SDK_LIB_PATH)\oleaut32.lib \
  63. $(SDK_LIB_PATH)\uuid.lib \
  64. $(SDK_LIB_PATH)\oledb.lib