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.

60 lines
1.3 KiB

  1. !include $(SPEECH_ROOT)\common\common.inc
  2. # BUGBUG (cthrash) Beware: the binplace step will overwrite one language's DLL and symbols with another!
  3. SYNCHRONIZE_BLOCK=1
  4. SYNCHRONIZE_DRAIN=1
  5. RELEASETYPE=SDK
  6. TARGETNAME=itngram
  7. TARGETPATH=$(_OBJ_DIR)
  8. TARGETTYPE=DYNLINK
  9. IDL_TYPE=ole
  10. DLLDEF=itngram_j.def
  11. DLLENTRY=_DllMainCRTStartup
  12. PRECOMPILED_INCLUDE = stdafx.h
  13. PRECOMPILED_PCH = stdafx.pch
  14. PRECOMPILED_OBJ = stdafx.obj
  15. PRECOMPILED_CXX = 1
  16. C_DEFINES=$(C_DEFINES) /D_MBCS /D_CRTDBG_MAP_ALLOC=1
  17. #
  18. # build CFG in pass 0
  19. #
  20. NTTARGETFILE0=$(O)\test_j.cfg $(O)\_common.ver
  21. #
  22. # register the DLL in post-link pass
  23. #
  24. !if defined(SPGREGISTER)
  25. NTTARGETFILES=itngram.cpy
  26. !endif
  27. TARGETLIBS=\
  28. $(SDK_LIB_PATH)\kernel32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(SDK_LIB_PATH)\comdlg32.lib \
  31. $(SDK_LIB_PATH)\advapi32.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\oleaut32.lib \
  34. $(SDK_LIB_PATH)\uuid.lib \
  35. $(SDK_LIB_PATH)\odbccp32.lib \
  36. $(SDK_LIB_PATH)\winmm.lib \
  37. $(SDK_LIB_PATH)\urlmon.lib \
  38. $(SDK_LIB_PATH)\msacm32.lib \
  39. $(SDK_LIB_PATH)\oldnames.lib \
  40. $(SDK_LIB_PATH)\shfolder.lib \
  41. $(SDK_LIB_PATH)\odbc32.lib \
  42. $(SDK_LIB_PATH)\shell32.lib
  43. SOURCES= \
  44. itngram_j.idl \
  45. itngram_j.rc \
  46. itngram_j.cpp \
  47. TestITN_j.cpp