!if 0 Copyright (c) 1999 Microsoft Corporation Module Name: sources. Abstract: This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built. Author: from template created 12-Apr-1990 by Steve Wood (stevewo) NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl !endif TARGET_BOTH = 1 NOT_UNICODE = 1 PRECOMPILED_CXX = 1 !if 0 # # Fusionized # SXS_ASSEMBLY_NAME=Microsoft.Windows.Speech.Dictation-PropPage SXS_ASSEMBLY_VERSION=1.0 SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=sptip.manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_MANIFEST_RESOURCE_ID=123 SXS_NO_BINPLACE=1 !endif !include ..\common.inc SOURCES_USED = $(SOURCES_USED) ..\common.inc TARGETTYPE = DYNLINK TARGETNAME = sptip TARGETPATH = $(_OBJ_DIR) UMTYPE = windows DLLENTRY = _DllMainCRTStartup DLLDEF = sapilayr.def PRECOMPILED_INCLUDE = private.h INCLUDES = $(INCLUDES); \ $(CICERO_DIR)\mscandui\$O; TARGETLIBS = $(CICERO_LIBS2) \ $(CICERO_DIR)\muilib\$(O)\muilib.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(CICERO_DIR)\mscandui\$(O)\mscandui.lib \ $(SDK_LIB_PATH)\sapi.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\htmlhelp.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\oldnames.lib \ $(SDK_LIB_PATH)\oleacc.lib USE_MSVCRT = 1 USE_STATIC_ATL=1 ATL_VER=30 !if defined(SAPI_PERF_DEBUG) C_DEFINES = $(C_DEFINES) -DSAPI_PERF_DEBUG !endif SOURCES = sapilayr.rc \ # correctionimx.cpp \ crtfree.cpp \ cutil.cpp \ debug.c \ dictctxt.cpp \ fnrecon.cpp \ globals.cpp \ init.cpp \ lbarsink.cpp \ lmobj.cpp \ lmlattic.cpp \ miscfunc.cpp \ nui.cpp \ propstor.cpp \ playback.cpp \ sapilayr.cpp \ server.cpp \ sptask.cpp \ learndoc.cpp \ adddelete.cpp \ sysbtn.cpp \ citn.cpp \ selword.cpp \ tts.cpp \ correct.cpp \ capital.cpp \ editsess.cpp \ RecoSleep.cpp \ command.cpp \ dictation.cpp \ PropPage.cpp \ PropItem.cpp \ keyevent.cpp \ spbtnctrl.cpp \ candlist.cpp \ TabletTip.idl