diff options
author | pixel <pixel> | 2004-10-19 15:58:41 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-10-19 15:58:41 +0000 |
commit | 551a53e1b9c0fb7699e4e44e273d9f57111a1c21 (patch) | |
tree | 07c478f7b19b2a5036bf0cbbc57e3e9f35dab797 /MSVC/Baltisot - generic | |
parent | c8f480317b0571b63797f03d7bda5d15b6d9fe5b (diff) |
Fixing cd-tool bugs.
Diffstat (limited to 'MSVC/Baltisot - generic')
-rw-r--r-- | MSVC/Baltisot - generic/Baltisot - generic.vcproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index 8188d3b..23aa3b1 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -65,7 +65,7 @@ InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="..\..\generic\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\includes;..\..\generic\lib\lua\include"
- PreprocessorDefinitions="_WINDOWS;ZLIB_DLL;NO_HFILE;READLINE_STATIC;READLINE_LIBRARY"
+ PreprocessorDefinitions="_WINDOWS;ZLIB_DLL;READLINE_STATIC;READLINE_LIBRARY"
StringPooling="TRUE"
RuntimeLibrary="4"
EnableFunctionLevelLinking="TRUE"
@@ -533,9 +533,6 @@ RelativePath="..\readline\display.c">
</File>
<File
- RelativePath="..\readline\emacs_keymap.c">
- </File>
- <File
RelativePath="..\readline\funmap.c">
</File>
<File
|