60 lines
1.2 KiB
INI
60 lines
1.2 KiB
INI
|
|
#this file contains the necessary changes needed for cab files 8.3 filename compatability requirement
|
|
|
|
#syntax:
|
|
|
|
#[dir (relative to SAPIROOT)]
|
|
#SLMName->8.3Name
|
|
|
|
[sdk\samples\cpp\speak]
|
|
stdafx.cpp->stdafx1.cpp
|
|
stdafx.h->stdafx1.h
|
|
|
|
[sdk\samples\cpp\wintts]
|
|
stdafx.cpp->stdafx2.cpp
|
|
stdafx.h->stdafx2.h
|
|
|
|
[sdk\samples\cpp\dictpad]
|
|
stdafx.cpp->stdafx3.cpp
|
|
stdafx.h->stdafx3.h
|
|
resource.h->res1.h
|
|
small.ico->small1.ico
|
|
|
|
[sdk\samples\cpp\common]
|
|
ComponentVersionDlg.cpp->CVDlg.cpp
|
|
SapiSDKCommon.h->SDKCom.h
|
|
SapiSDKCommon.rc2->SDKCom.rc2
|
|
SapiSDKCommonResources.h->SDKComr.h
|
|
|
|
[sdk\samples\cpp\reco]
|
|
stdafx.cpp->stdafx4.cpp
|
|
stdafx.h->stdafx4.h
|
|
resource.h->res2.h
|
|
small.ico->small2.ico
|
|
|
|
[sdk\samples\cpp\wavtotext]
|
|
wavtotext.dsp->wav2text.dsp
|
|
wavtotext.cpp->wav2text.cpp
|
|
|
|
[sdk\samples\cpp\wavtotext\Debug_x86]
|
|
wavtotext.exe->wav2text.exe
|
|
|
|
[sdk\samples\cpp\wavtotext\Release_x86]
|
|
wavtotext.exe->wav2text.exe
|
|
|
|
[src\tts\msttsdrv]
|
|
spttseng_i.c->spttsen1.c
|
|
|
|
[src\tts\msttsdrv\voices]
|
|
mary.vdata->mary.vdt
|
|
mary.vdef->mary.vdf
|
|
mike.vdata->mike.vdt
|
|
mike.vdef->mike.vdf
|
|
sam.vdata->sam.vdt
|
|
sam.vdef->sam.vdf
|
|
|
|
[sdk\samples\cpp\engines\sr]
|
|
stdafx.cpp->stdafx5.cpp
|
|
stdafx.h->stdafx5.h
|
|
resource.h->res3.h
|