Ignore:
Timestamp:
Jan 12, 2008, 9:15:42 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fixed the Visual Studio projects so that they build in Release mode.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/msvc/libcucul++.vcproj

    r2070 r2192  
    22<VisualStudioProject
    33        ProjectType="Visual C++"
    4         Version="8,00"
     4        Version="8.00"
    55        Name="libcucul++"
    66        ProjectGUID="{9A5CF69C-8C9D-4186-B68D-ED73633A9B67}"
     
    9494                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    9595                        IntermediateDirectory="$(ConfigurationName)"
    96                         ConfigurationType="1"
     96                        ConfigurationType="2"
    9797                        CharacterSet="2"
    9898                        WholeProgramOptimization="1"
     
    116116                                Name="VCCLCompilerTool"
    117117                                AdditionalIncludeDirectories="..\msvc;..\cucul"
    118                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCUCUL_++__"
     118                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCUCUL_PP__"
    119119                                RuntimeLibrary="2"
    120120                                WarningLevel="3"
Note: See TracChangeset for help on using the changeset viewer.