Changeset 2192 for libcaca/trunk/msvc/libcucul.vcproj
- Timestamp:
- Jan 12, 2008, 9:15:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/msvc/libcucul.vcproj
r2177 r2192 61 61 <Tool 62 62 Name="VCLinkerTool" 63 OutputFile="$(OutDir)\$(ProjectName).dll" 63 64 ModuleDefinitionFile=".\libcucul.def" 64 65 GenerateDebugInformation="true" … … 94 95 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 95 96 IntermediateDirectory="$(ConfigurationName)" 96 ConfigurationType=" 1"97 ConfigurationType="2" 97 98 CharacterSet="2" 98 99 WholeProgramOptimization="1" … … 135 136 <Tool 136 137 Name="VCLinkerTool" 138 OutputFile="$(OutDir)\$(ProjectName).dll" 137 139 ModuleDefinitionFile=".\libcucul.def" 138 140 GenerateDebugInformation="true" … … 208 210 </File> 209 211 <File 212 RelativePath="..\cucul\figfont.c" 213 > 214 </File> 215 <File 216 RelativePath="..\cucul\file.c" 217 > 218 </File> 219 <File 210 220 RelativePath="..\cucul\font.c" 211 221 > … … 237 247 <File 238 248 RelativePath="..\cucul\triangle.c" 239 >240 </File>241 <File242 RelativePath="..\cucul\figfont.c"243 249 > 244 250 </File>
Note: See TracChangeset
for help on using the changeset viewer.