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.

58 lines
1.2 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. DEFFILE=itngram.def
  11. DLLENTRY=_DllMainCRTStartup
  12. PRECOMPILED_INCLUDE = stdafx.h
  13. PRECOMPILED_PCH = stdafx.pch
  14. PRECOMPILED_OBJ = stdafx.obj
  15. PRECOMPILED_CXX = 1
  16. #
  17. # build CFG in pass 0
  18. #
  19. NTTARGETFILE0=$(O)\test.cfg
  20. #
  21. # register the DLL in post-link pass
  22. #
  23. !if defined(SPGREGISTER)
  24. NTTARGETFILES=itngram.cpy
  25. !endif
  26. TARGETLIBS=\
  27. $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\comdlg32.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib \
  31. $(SDK_LIB_PATH)\ole32.lib \
  32. $(SDK_LIB_PATH)\oleaut32.lib \
  33. $(SDK_LIB_PATH)\uuid.lib \
  34. $(SDK_LIB_PATH)\odbccp32.lib \
  35. $(SDK_LIB_PATH)\winmm.lib \
  36. $(SDK_LIB_PATH)\urlmon.lib \
  37. $(SDK_LIB_PATH)\msacm32.lib \
  38. $(SDK_LIB_PATH)\oldnames.lib \
  39. $(SDK_LIB_PATH)\shfolder.lib \
  40. $(SDK_LIB_PATH)\odbc32.lib \
  41. $(SDK_LIB_PATH)\shell32.lib
  42. SOURCES= \
  43. itngram.idl \
  44. itngram.rc \
  45. itngram.cpp \
  46. TestITN.cpp