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

    r2177 r2192  
    6161                        <Tool
    6262                                Name="VCLinkerTool"
     63                                OutputFile="$(OutDir)\$(ProjectName).dll"
    6364                                ModuleDefinitionFile=".\libcucul.def"
    6465                                GenerateDebugInformation="true"
     
    9495                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    9596                        IntermediateDirectory="$(ConfigurationName)"
    96                         ConfigurationType="1"
     97                        ConfigurationType="2"
    9798                        CharacterSet="2"
    9899                        WholeProgramOptimization="1"
     
    135136                        <Tool
    136137                                Name="VCLinkerTool"
     138                                OutputFile="$(OutDir)\$(ProjectName).dll"
    137139                                ModuleDefinitionFile=".\libcucul.def"
    138140                                GenerateDebugInformation="true"
     
    208210                        </File>
    209211                        <File
     212                                RelativePath="..\cucul\figfont.c"
     213                                >
     214                        </File>
     215                        <File
     216                                RelativePath="..\cucul\file.c"
     217                                >
     218                        </File>
     219                        <File
    210220                                RelativePath="..\cucul\font.c"
    211221                                >
     
    237247                        <File
    238248                                RelativePath="..\cucul\triangle.c"
    239                                 >
    240                         </File>
    241                         <File
    242                                 RelativePath="..\cucul\figfont.c"
    243249                                >
    244250                        </File>
Note: See TracChangeset for help on using the changeset viewer.