Browse Source

Fix a few things in the VS2k8 solution.

tags/v0.99.beta18
Sam Hocevar sam 14 years ago
parent
commit
6bdfb77876
2 changed files with 7 additions and 4 deletions
  1. +4
    -4
      caca/libcaca.vcproj
  2. +3
    -0
      libcaca.sln

+ 4
- 4
caca/libcaca.vcproj View File

@@ -44,7 +44,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="codec;..\win32;"$(projectDir)""
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__;DLL_EXPORT"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -119,7 +119,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="codec;..\win32;"$(projectDir)""
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__;DLL_EXPORT"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -193,7 +193,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__;DLL_EXPORT"
RuntimeLibrary="2"
WarningLevel="3"
DebugInformationFormat="3"
@@ -268,7 +268,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="codec;..\win32;&quot;$(projectDir)&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__;DLL_EXPORT"
RuntimeLibrary="2"
WarningLevel="3"
DebugInformationFormat="3"


+ 3
- 0
libcaca.sln View File

@@ -132,6 +132,9 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "conio-snake", "examples\con
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bench", "test\bench.vcproj", "{3F5133B7-D65C-4BD4-B8CA-247C08A14081}"
ProjectSection(ProjectDependencies) = postProject
{8951ECB0-7CFE-41AB-A426-98D7C441BEA4} = {8951ECB0-7CFE-41AB-A426-98D7C441BEA4}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution


Loading…
Cancel
Save