Source code of Windows XP (NT5)
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.

59 lines
1.2 KiB

  1. #this file contains the necessary changes needed for cab files 8.3 filename compatability requirement
  2. #syntax:
  3. #[dir (relative to SAPIROOT)]
  4. #SLMName->8.3Name
  5. [sdk\samples\cpp\speak]
  6. stdafx.cpp->stdafx1.cpp
  7. stdafx.h->stdafx1.h
  8. [sdk\samples\cpp\wintts]
  9. stdafx.cpp->stdafx2.cpp
  10. stdafx.h->stdafx2.h
  11. [sdk\samples\cpp\dictpad]
  12. stdafx.cpp->stdafx3.cpp
  13. stdafx.h->stdafx3.h
  14. resource.h->res1.h
  15. small.ico->small1.ico
  16. [sdk\samples\cpp\common]
  17. ComponentVersionDlg.cpp->CVDlg.cpp
  18. SapiSDKCommon.h->SDKCom.h
  19. SapiSDKCommon.rc2->SDKCom.rc2
  20. SapiSDKCommonResources.h->SDKComr.h
  21. [sdk\samples\cpp\reco]
  22. stdafx.cpp->stdafx4.cpp
  23. stdafx.h->stdafx4.h
  24. resource.h->res2.h
  25. small.ico->small2.ico
  26. [sdk\samples\cpp\wavtotext]
  27. wavtotext.dsp->wav2text.dsp
  28. wavtotext.cpp->wav2text.cpp
  29. [sdk\samples\cpp\wavtotext\Debug_x86]
  30. wavtotext.exe->wav2text.exe
  31. [sdk\samples\cpp\wavtotext\Release_x86]
  32. wavtotext.exe->wav2text.exe
  33. [src\tts\msttsdrv]
  34. spttseng_i.c->spttsen1.c
  35. [src\tts\msttsdrv\voices]
  36. mary.vdata->mary.vdt
  37. mary.vdef->mary.vdf
  38. mike.vdata->mike.vdt
  39. mike.vdef->mike.vdf
  40. sam.vdata->sam.vdt
  41. sam.vdef->sam.vdf
  42. [sdk\samples\cpp\engines\sr]
  43. stdafx.cpp->stdafx5.cpp
  44. stdafx.h->stdafx5.h
  45. resource.h->res3.h