Browse Source

Fix building the x64 Visual C++ configuration.

master
Reece H. Dunn 9 years ago
parent
commit
461f3fcc86
2 changed files with 5 additions and 1 deletions
  1. 3
    1
      .gitignore
  2. 2
    0
      src/windows/libespeak-ng.vcxproj

+ 3
- 1
.gitignore View File

@@ -63,9 +63,11 @@ src/speak-ng

*.exp
*.idb
*.pdb
*.ilk
*.iobj
*.ipdb
*.log
*.pdb
*.tlog/

.vs/

+ 2
- 0
src/windows/libespeak-ng.vcxproj View File

@@ -104,6 +104,7 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>LIBESPEAK_NG_EXPORT;INCLUDE_KLATT;INCLUDE_MBROLA;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ProgramDataBaseFileName>$(IntDir)libespeak-ng.pdb</ProgramDataBaseFileName>
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)/../include;$(ProjectDir)/../include/compat</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -139,6 +140,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>LIBESPEAK_NG_EXPORT;INCLUDE_KLATT;INCLUDE_MBROLA;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ProgramDataBaseFileName>$(IntDir)libespeak-ng.pdb</ProgramDataBaseFileName>
<AdditionalIncludeDirectories>$(ProjectDir);$(ProjectDir)/../include;$(ProjectDir)/../include/compat</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>

Loading…
Cancel
Save