Changeset 2037 for libcaca/trunk/msvc
- Timestamp:
- Nov 23, 2007, 5:39:32 PM (13 years ago)
- Location:
- libcaca/trunk/msvc
- Files:
-
- 1 added
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/msvc/libcaca.sln
r775 r2037 1 1 Microsoft Visual Studio Solution File, Format Version 9.00 2 # Visual C++ Express 2005 2 # Visual Studio 2005 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcucul", "libcucul.vcproj", "{44303C1F-BB6A-4C4B-BB19-7D475348F151}" 4 EndProject 3 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcaca", "libcaca.vcproj", "{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" 6 ProjectSection(ProjectDependencies) = postProject 7 {44303C1F-BB6A-4C4B-BB19-7D475348F151} = {44303C1F-BB6A-4C4B-BB19-7D475348F151} 8 EndProjectSection 4 9 EndProject 5 10 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacaball", "cacaball.vcproj", "{7C6ECE78-045C-458D-8B8F-DEC2C9CB9C14}" … … 49 54 {04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release|Win32.ActiveCfg = Release|Win32 50 55 {04CC61FD-CC15-4B08-9028-BD87A63E7365}.Release|Win32.Build.0 = Release|Win32 56 {44303C1F-BB6A-4C4B-BB19-7D475348F151}.Debug|Win32.ActiveCfg = Debug|Win32 57 {44303C1F-BB6A-4C4B-BB19-7D475348F151}.Debug|Win32.Build.0 = Debug|Win32 58 {44303C1F-BB6A-4C4B-BB19-7D475348F151}.Release|Win32.ActiveCfg = Release|Win32 59 {44303C1F-BB6A-4C4B-BB19-7D475348F151}.Release|Win32.Build.0 = Release|Win32 51 60 EndGlobalSection 52 61 GlobalSection(SolutionProperties) = preSolution -
libcaca/trunk/msvc/libcaca.vcproj
r775 r2037 41 41 Name="VCCLCompilerTool" 42 42 Optimization="0" 43 AdditionalIncludeDirectories="..\msvc ;"D:\code\libcaca-trunk\cucul";"D:\code\libcaca-trunk\caca";"C:\Program Files\Microsoft Platform SDK\Include""43 AdditionalIncludeDirectories="..\msvc" 44 44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 45 45 MinimalRebuild="true" … … 156 156 > 157 157 <File 158 RelativePath="..\cucul\box.c"159 >160 </File>161 <File162 158 RelativePath="..\caca\caca.c" 163 159 > 164 160 </File> 165 161 <File 166 RelativePath="..\cucul\canvas.c"167 >168 </File>169 <File170 RelativePath="..\cucul\charset.c"171 >172 </File>173 <File174 RelativePath="..\cucul\colour.c"175 >176 </File>177 <File178 RelativePath="..\cucul\conic.c"179 >180 </File>181 <File182 RelativePath="..\cucul\cucul.c"183 >184 </File>185 <File186 RelativePath="..\cucul\dither.c"187 >188 </File>189 <File190 162 RelativePath="..\caca\driver_conio.c" 191 163 > … … 224 196 </File> 225 197 <File 226 RelativePath="..\cucul\export_ansi.c"227 >228 </File>229 <File230 RelativePath="..\cucul\export_html.c"231 >232 </File>233 <File234 RelativePath="..\cucul\export_irc.c"235 >236 </File>237 <File238 RelativePath="..\cucul\export_ps.c"239 >240 </File>241 <File242 RelativePath="..\cucul\export_svg.c"243 >244 </File>245 <File246 RelativePath="..\cucul\font.c"247 >248 </File>249 <File250 RelativePath="..\caca\graphics.c"251 >252 </File>253 <File254 RelativePath="..\cucul\line.c"255 >256 </File>257 <File258 RelativePath="..\cucul\math.c"259 >260 </File>261 <File262 RelativePath="..\cucul\sprite.c"263 >264 </File>265 <File266 198 RelativePath="..\caca\time.c" 267 >268 </File>269 <File270 RelativePath="..\cucul\transform.c"271 >272 </File>273 <File274 RelativePath="..\cucul\triangle.c"275 199 > 276 200 </File> … … 290 214 <File 291 215 RelativePath="config.h" 292 >293 </File>294 <File295 RelativePath="..\cucul\cucul.h"296 >297 </File>298 <File299 RelativePath="..\cucul\cucul_internals.h"300 216 > 301 217 </File> -
libcaca/trunk/msvc/libcucul.vcproj
r2036 r2037 3 3 ProjectType="Visual C++" 4 4 Version="8,00" 5 Name="libcaca" 6 ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" 7 Keyword="Win32Proj" 5 Name="libcucul" 6 ProjectGUID="{44303C1F-BB6A-4C4B-BB19-7D475348F151}" 8 7 > 9 8 <Platforms> … … 17 16 <Configuration 18 17 Name="Debug|Win32" 19 OutputDirectory="Debug" 20 IntermediateDirectory="Debug" 21 ConfigurationType="4" 22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 18 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 19 IntermediateDirectory="$(ConfigurationName)" 20 ConfigurationType="2" 23 21 CharacterSet="2" 24 22 > … … 40 38 <Tool 41 39 Name="VCCLCompilerTool" 40 AdditionalIncludeDirectories="..\msvc" 41 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 42 42 Optimization="0" 43 AdditionalIncludeDirectories="..\msvc;"D:\code\libcaca-trunk\cucul";"D:\code\libcaca-trunk\caca";"C:\Program Files\Microsoft Platform SDK\Include""44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"45 43 MinimalRebuild="true" 46 44 BasicRuntimeChecks="3" 47 RuntimeLibrary="1" 48 UsePrecompiledHeader="0" 45 RuntimeLibrary="3" 49 46 WarningLevel="3" 50 47 Detect64BitPortabilityProblems="true" … … 61 58 /> 62 59 <Tool 63 Name="VCLibrarianTool" 64 OutputFile="$(OutDir)/cacaview.lib" 60 Name="VCLinkerTool" 61 GenerateDebugInformation="true" 62 TargetMachine="1" 65 63 /> 66 64 <Tool … … 68 66 /> 69 67 <Tool 68 Name="VCManifestTool" 69 /> 70 <Tool 70 71 Name="VCXDCMakeTool" 71 72 /> … … 75 76 <Tool 76 77 Name="VCFxCopTool" 78 /> 79 <Tool 80 Name="VCAppVerifierTool" 81 /> 82 <Tool 83 Name="VCWebDeploymentTool" 77 84 /> 78 85 <Tool … … 82 89 <Configuration 83 90 Name="Release|Win32" 84 OutputDirectory="Release" 85 IntermediateDirectory="Release" 86 ConfigurationType="4" 87 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 91 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 92 IntermediateDirectory="$(ConfigurationName)" 93 ConfigurationType="1" 88 94 CharacterSet="2" 95 WholeProgramOptimization="1" 89 96 > 90 97 <Tool … … 105 112 <Tool 106 113 Name="VCCLCompilerTool" 107 Optimization="2"108 InlineFunctionExpansion="1"109 OmitFramePointers="true"110 114 AdditionalIncludeDirectories="..\msvc" 111 115 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 112 StringPooling="true" 113 RuntimeLibrary="0" 114 EnableFunctionLevelLinking="true" 115 UsePrecompiledHeader="0" 116 RuntimeLibrary="2" 116 117 WarningLevel="3" 117 118 Detect64BitPortabilityProblems="true" … … 128 129 /> 129 130 <Tool 130 Name="VCLibrarianTool" 131 OutputFile="$(OutDir)/cacaview.lib" 131 Name="VCLinkerTool" 132 GenerateDebugInformation="true" 133 OptimizeReferences="2" 134 EnableCOMDATFolding="2" 135 TargetMachine="1" 132 136 /> 133 137 <Tool … … 135 139 /> 136 140 <Tool 141 Name="VCManifestTool" 142 /> 143 <Tool 137 144 Name="VCXDCMakeTool" 138 145 /> … … 142 149 <Tool 143 150 Name="VCFxCopTool" 151 /> 152 <Tool 153 Name="VCAppVerifierTool" 154 /> 155 <Tool 156 Name="VCWebDeploymentTool" 144 157 /> 145 158 <Tool … … 153 166 <Filter 154 167 Name="Source Files" 155 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" 168 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 169 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 156 170 > 157 171 <File … … 160 174 </File> 161 175 <File 162 RelativePath="..\caca\caca.c"163 >164 </File>165 <File166 176 RelativePath="..\cucul\canvas.c" 167 177 > … … 188 198 </File> 189 199 <File 190 RelativePath="..\caca\driver_conio.c"191 >192 </File>193 <File194 RelativePath="..\caca\driver_gl.c"195 >196 </File>197 <File198 RelativePath="..\caca\driver_ncurses.c"199 >200 </File>201 <File202 RelativePath="..\caca\driver_raw.c"203 >204 </File>205 <File206 RelativePath="..\caca\driver_slang.c"207 >208 </File>209 <File210 RelativePath="..\caca\driver_vga.c"211 >212 </File>213 <File214 RelativePath="..\caca\driver_win32.c"215 >216 </File>217 <File218 RelativePath="..\caca\driver_x11.c"219 >220 </File>221 <File222 RelativePath="..\caca\event.c"223 >224 </File>225 <File226 200 RelativePath="..\cucul\export_ansi.c" 227 201 > … … 261 235 <File 262 236 RelativePath="..\cucul\sprite.c" 263 >264 </File>265 <File266 RelativePath="..\caca\time.c"267 237 > 268 238 </File> … … 278 248 <Filter 279 249 Name="Header Files" 280 Filter="h;hpp;hxx;hm;inl;inc" 281 > 282 <File 283 RelativePath="..\caca\caca.h" 284 > 285 </File> 286 <File 287 RelativePath="..\caca\caca_internals.h" 288 > 289 </File> 250 Filter="h;hpp;hxx;hm;inl;inc;xsd" 251 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 252 > 290 253 <File 291 254 RelativePath="config.h"
Note: See TracChangeset
for help on using the changeset viewer.