goat3d
diff goat3d-static.vcproj @ 41:da3f335e0069
revamped the visual studio project files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 01 Dec 2013 01:31:53 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/goat3d-static.vcproj Sun Dec 01 01:31:53 2013 +0200 1.3 @@ -0,0 +1,514 @@ 1.4 +<?xml version="1.0" encoding="Windows-1252"?> 1.5 +<VisualStudioProject 1.6 + ProjectType="Visual C++" 1.7 + Version="9.00" 1.8 + Name="goat3d-static" 1.9 + ProjectGUID="{F4EB866F-D33F-4121-BEC9-CB811A98D057}" 1.10 + RootNamespace="goat3d-static" 1.11 + Keyword="Win32Proj" 1.12 + TargetFrameworkVersion="196613" 1.13 + > 1.14 + <Platforms> 1.15 + <Platform 1.16 + Name="Win32" 1.17 + /> 1.18 + </Platforms> 1.19 + <ToolFiles> 1.20 + </ToolFiles> 1.21 + <Configurations> 1.22 + <Configuration 1.23 + Name="Debug|Win32" 1.24 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.25 + IntermediateDirectory="$(ConfigurationName)-static" 1.26 + ConfigurationType="4" 1.27 + CharacterSet="1" 1.28 + > 1.29 + <Tool 1.30 + Name="VCPreBuildEventTool" 1.31 + /> 1.32 + <Tool 1.33 + Name="VCCustomBuildTool" 1.34 + /> 1.35 + <Tool 1.36 + Name="VCXMLDataGeneratorTool" 1.37 + /> 1.38 + <Tool 1.39 + Name="VCWebServiceProxyGeneratorTool" 1.40 + /> 1.41 + <Tool 1.42 + Name="VCMIDLTool" 1.43 + /> 1.44 + <Tool 1.45 + Name="VCCLCompilerTool" 1.46 + Optimization="0" 1.47 + AdditionalIncludeDirectories=""$(SolutionDir)\libs\vmath";"$(SolutionDir)\libs\anim";"$(SolutionDir)\libs\openctm";"$(SolutionDir)\libs\tinyxml2";"$(SolutionDir)\libs\openctm\liblzma"" 1.48 + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3D_EXPORTS;OPENCTM_STATIC" 1.49 + MinimalRebuild="true" 1.50 + BasicRuntimeChecks="3" 1.51 + RuntimeLibrary="3" 1.52 + UsePrecompiledHeader="0" 1.53 + WarningLevel="3" 1.54 + DebugInformationFormat="4" 1.55 + DisableSpecificWarnings="4244;4996;4305" 1.56 + /> 1.57 + <Tool 1.58 + Name="VCManagedResourceCompilerTool" 1.59 + /> 1.60 + <Tool 1.61 + Name="VCResourceCompilerTool" 1.62 + /> 1.63 + <Tool 1.64 + Name="VCPreLinkEventTool" 1.65 + /> 1.66 + <Tool 1.67 + Name="VCLibrarianTool" 1.68 + /> 1.69 + <Tool 1.70 + Name="VCALinkTool" 1.71 + /> 1.72 + <Tool 1.73 + Name="VCXDCMakeTool" 1.74 + /> 1.75 + <Tool 1.76 + Name="VCBscMakeTool" 1.77 + /> 1.78 + <Tool 1.79 + Name="VCFxCopTool" 1.80 + /> 1.81 + <Tool 1.82 + Name="VCPostBuildEventTool" 1.83 + /> 1.84 + </Configuration> 1.85 + <Configuration 1.86 + Name="Release|Win32" 1.87 + OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.88 + IntermediateDirectory="$(ConfigurationName)-static" 1.89 + ConfigurationType="4" 1.90 + CharacterSet="1" 1.91 + WholeProgramOptimization="1" 1.92 + > 1.93 + <Tool 1.94 + Name="VCPreBuildEventTool" 1.95 + /> 1.96 + <Tool 1.97 + Name="VCCustomBuildTool" 1.98 + /> 1.99 + <Tool 1.100 + Name="VCXMLDataGeneratorTool" 1.101 + /> 1.102 + <Tool 1.103 + Name="VCWebServiceProxyGeneratorTool" 1.104 + /> 1.105 + <Tool 1.106 + Name="VCMIDLTool" 1.107 + /> 1.108 + <Tool 1.109 + Name="VCCLCompilerTool" 1.110 + Optimization="2" 1.111 + EnableIntrinsicFunctions="true" 1.112 + AdditionalIncludeDirectories=""$(SolutionDir)\libs\vmath";"$(SolutionDir)\libs\anim";"$(SolutionDir)\libs\openctm";"$(SolutionDir)\libs\tinyxml2";"$(SolutionDir)\libs\openctm\liblzma"" 1.113 + PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3D_EXPORTS;OPENCTM_STATIC" 1.114 + RuntimeLibrary="2" 1.115 + EnableFunctionLevelLinking="true" 1.116 + UsePrecompiledHeader="0" 1.117 + WarningLevel="3" 1.118 + DebugInformationFormat="3" 1.119 + DisableSpecificWarnings="4244;4996;4305" 1.120 + /> 1.121 + <Tool 1.122 + Name="VCManagedResourceCompilerTool" 1.123 + /> 1.124 + <Tool 1.125 + Name="VCResourceCompilerTool" 1.126 + /> 1.127 + <Tool 1.128 + Name="VCPreLinkEventTool" 1.129 + /> 1.130 + <Tool 1.131 + Name="VCLibrarianTool" 1.132 + /> 1.133 + <Tool 1.134 + Name="VCALinkTool" 1.135 + /> 1.136 + <Tool 1.137 + Name="VCXDCMakeTool" 1.138 + /> 1.139 + <Tool 1.140 + Name="VCBscMakeTool" 1.141 + /> 1.142 + <Tool 1.143 + Name="VCFxCopTool" 1.144 + /> 1.145 + <Tool 1.146 + Name="VCPostBuildEventTool" 1.147 + CommandLine="mkdir usr\include
mkdir usr\lib
copy /Y src\goat3d.h usr\include\goat3d.h
copy /Y $(TargetPath) usr\lib\" 1.148 + /> 1.149 + </Configuration> 1.150 + </Configurations> 1.151 + <References> 1.152 + </References> 1.153 + <Files> 1.154 + <Filter 1.155 + Name="src" 1.156 + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 1.157 + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 1.158 + > 1.159 + <File 1.160 + RelativePath=".\src\camera.cc" 1.161 + > 1.162 + </File> 1.163 + <File 1.164 + RelativePath=".\src\camera.h" 1.165 + > 1.166 + </File> 1.167 + <File 1.168 + RelativePath=".\src\chunk.cc" 1.169 + > 1.170 + </File> 1.171 + <File 1.172 + RelativePath=".\src\chunk.h" 1.173 + > 1.174 + </File> 1.175 + <File 1.176 + RelativePath=".\src\goat3d.cc" 1.177 + > 1.178 + </File> 1.179 + <File 1.180 + RelativePath=".\src\goat3d_impl.h" 1.181 + > 1.182 + </File> 1.183 + <File 1.184 + RelativePath=".\src\goat3d_readxml.cc" 1.185 + > 1.186 + </File> 1.187 + <File 1.188 + RelativePath=".\src\goat3d_write.cc" 1.189 + > 1.190 + </File> 1.191 + <File 1.192 + RelativePath=".\src\goat3d_writexml.cc" 1.193 + > 1.194 + </File> 1.195 + <File 1.196 + RelativePath=".\src\light.cc" 1.197 + > 1.198 + </File> 1.199 + <File 1.200 + RelativePath=".\src\light.h" 1.201 + > 1.202 + </File> 1.203 + <File 1.204 + RelativePath=".\src\log.cc" 1.205 + > 1.206 + </File> 1.207 + <File 1.208 + RelativePath=".\src\log.h" 1.209 + > 1.210 + </File> 1.211 + <File 1.212 + RelativePath=".\src\material.cc" 1.213 + > 1.214 + </File> 1.215 + <File 1.216 + RelativePath=".\src\material.h" 1.217 + > 1.218 + </File> 1.219 + <File 1.220 + RelativePath=".\src\mesh.cc" 1.221 + > 1.222 + </File> 1.223 + <File 1.224 + RelativePath=".\src\mesh.h" 1.225 + > 1.226 + </File> 1.227 + <File 1.228 + RelativePath=".\src\node.cc" 1.229 + > 1.230 + </File> 1.231 + <File 1.232 + RelativePath=".\src\node.h" 1.233 + > 1.234 + </File> 1.235 + <File 1.236 + RelativePath=".\src\object.h" 1.237 + > 1.238 + </File> 1.239 + <File 1.240 + RelativePath=".\src\scene.cc" 1.241 + > 1.242 + </File> 1.243 + <File 1.244 + RelativePath=".\src\xform_node.cc" 1.245 + > 1.246 + </File> 1.247 + <File 1.248 + RelativePath=".\src\xform_node.h" 1.249 + > 1.250 + </File> 1.251 + </Filter> 1.252 + <Filter 1.253 + Name="include" 1.254 + Filter="h;hpp;hxx;hm;inl;inc;xsd" 1.255 + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 1.256 + > 1.257 + <File 1.258 + RelativePath=".\src\goat3d.h" 1.259 + > 1.260 + </File> 1.261 + </Filter> 1.262 + <Filter 1.263 + Name="libs" 1.264 + > 1.265 + <Filter 1.266 + Name="tinyxml2" 1.267 + > 1.268 + <File 1.269 + RelativePath=".\libs\tinyxml2\tinyxml2.cpp" 1.270 + > 1.271 + </File> 1.272 + <File 1.273 + RelativePath=".\libs\tinyxml2\tinyxml2.h" 1.274 + > 1.275 + </File> 1.276 + </Filter> 1.277 + <Filter 1.278 + Name="openctm" 1.279 + > 1.280 + <File 1.281 + RelativePath=".\libs\openctm\compressMG1.c" 1.282 + > 1.283 + </File> 1.284 + <File 1.285 + RelativePath=".\libs\openctm\compressMG2.c" 1.286 + > 1.287 + </File> 1.288 + <File 1.289 + RelativePath=".\libs\openctm\compressRAW.c" 1.290 + > 1.291 + </File> 1.292 + <File 1.293 + RelativePath=".\libs\openctm\internal.h" 1.294 + > 1.295 + </File> 1.296 + <File 1.297 + RelativePath=".\libs\openctm\openctm.c" 1.298 + > 1.299 + </File> 1.300 + <File 1.301 + RelativePath=".\libs\openctm\openctm.h" 1.302 + > 1.303 + </File> 1.304 + <File 1.305 + RelativePath=".\libs\openctm\openctmpp.h" 1.306 + > 1.307 + </File> 1.308 + <File 1.309 + RelativePath=".\libs\openctm\stream.c" 1.310 + > 1.311 + </File> 1.312 + <Filter 1.313 + Name="liblzma" 1.314 + > 1.315 + <File 1.316 + RelativePath=".\libs\openctm\liblzma\Alloc.c" 1.317 + > 1.318 + </File> 1.319 + <File 1.320 + RelativePath=".\libs\openctm\liblzma\Alloc.h" 1.321 + > 1.322 + </File> 1.323 + <File 1.324 + RelativePath=".\libs\openctm\liblzma\LzFind.c" 1.325 + > 1.326 + </File> 1.327 + <File 1.328 + RelativePath=".\libs\openctm\liblzma\LzFind.h" 1.329 + > 1.330 + </File> 1.331 + <File 1.332 + RelativePath=".\libs\openctm\liblzma\LzHash.h" 1.333 + > 1.334 + </File> 1.335 + <File 1.336 + RelativePath=".\libs\openctm\liblzma\LzmaDec.c" 1.337 + > 1.338 + </File> 1.339 + <File 1.340 + RelativePath=".\libs\openctm\liblzma\LzmaDec.h" 1.341 + > 1.342 + </File> 1.343 + <File 1.344 + RelativePath=".\libs\openctm\liblzma\LzmaEnc.c" 1.345 + > 1.346 + </File> 1.347 + <File 1.348 + RelativePath=".\libs\openctm\liblzma\LzmaEnc.h" 1.349 + > 1.350 + </File> 1.351 + <File 1.352 + RelativePath=".\libs\openctm\liblzma\LzmaLib.c" 1.353 + > 1.354 + </File> 1.355 + <File 1.356 + RelativePath=".\libs\openctm\liblzma\LzmaLib.h" 1.357 + > 1.358 + </File> 1.359 + <File 1.360 + RelativePath=".\libs\openctm\liblzma\NameMangle.h" 1.361 + > 1.362 + </File> 1.363 + <File 1.364 + RelativePath=".\libs\openctm\liblzma\Types.h" 1.365 + > 1.366 + </File> 1.367 + </Filter> 1.368 + </Filter> 1.369 + <Filter 1.370 + Name="vmath" 1.371 + > 1.372 + <File 1.373 + RelativePath=".\libs\vmath\basis.cc" 1.374 + > 1.375 + </File> 1.376 + <File 1.377 + RelativePath=".\libs\vmath\basis.h" 1.378 + > 1.379 + </File> 1.380 + <File 1.381 + RelativePath=".\libs\vmath\basis_c.c" 1.382 + > 1.383 + </File> 1.384 + <File 1.385 + RelativePath=".\libs\vmath\geom.c" 1.386 + > 1.387 + </File> 1.388 + <File 1.389 + RelativePath=".\libs\vmath\geom.h" 1.390 + > 1.391 + </File> 1.392 + <File 1.393 + RelativePath=".\libs\vmath\matrix.cc" 1.394 + > 1.395 + </File> 1.396 + <File 1.397 + RelativePath=".\libs\vmath\matrix.h" 1.398 + > 1.399 + </File> 1.400 + <File 1.401 + RelativePath=".\libs\vmath\matrix.inl" 1.402 + > 1.403 + </File> 1.404 + <File 1.405 + RelativePath=".\libs\vmath\matrix_c.c" 1.406 + > 1.407 + </File> 1.408 + <File 1.409 + RelativePath=".\libs\vmath\quat.cc" 1.410 + > 1.411 + </File> 1.412 + <File 1.413 + RelativePath=".\libs\vmath\quat.h" 1.414 + > 1.415 + </File> 1.416 + <File 1.417 + RelativePath=".\libs\vmath\quat.inl" 1.418 + > 1.419 + </File> 1.420 + <File 1.421 + RelativePath=".\libs\vmath\quat_c.c" 1.422 + > 1.423 + </File> 1.424 + <File 1.425 + RelativePath=".\libs\vmath\ray.cc" 1.426 + > 1.427 + </File> 1.428 + <File 1.429 + RelativePath=".\libs\vmath\ray.h" 1.430 + > 1.431 + </File> 1.432 + <File 1.433 + RelativePath=".\libs\vmath\ray.inl" 1.434 + > 1.435 + </File> 1.436 + <File 1.437 + RelativePath=".\libs\vmath\ray_c.c" 1.438 + > 1.439 + </File> 1.440 + <File 1.441 + RelativePath=".\libs\vmath\sphvec.cc" 1.442 + > 1.443 + </File> 1.444 + <File 1.445 + RelativePath=".\libs\vmath\sphvec.h" 1.446 + > 1.447 + </File> 1.448 + <File 1.449 + RelativePath=".\libs\vmath\vector.cc" 1.450 + > 1.451 + </File> 1.452 + <File 1.453 + RelativePath=".\libs\vmath\vector.h" 1.454 + > 1.455 + </File> 1.456 + <File 1.457 + RelativePath=".\libs\vmath\vector.inl" 1.458 + > 1.459 + </File> 1.460 + <File 1.461 + RelativePath=".\libs\vmath\vmath.c" 1.462 + > 1.463 + </File> 1.464 + <File 1.465 + RelativePath=".\libs\vmath\vmath.h" 1.466 + > 1.467 + </File> 1.468 + <File 1.469 + RelativePath=".\libs\vmath\vmath.inl" 1.470 + > 1.471 + </File> 1.472 + <File 1.473 + RelativePath=".\libs\vmath\vmath_config.h" 1.474 + > 1.475 + </File> 1.476 + <File 1.477 + RelativePath=".\libs\vmath\vmath_types.h" 1.478 + > 1.479 + </File> 1.480 + </Filter> 1.481 + <Filter 1.482 + Name="anim" 1.483 + > 1.484 + <File 1.485 + RelativePath=".\libs\anim\anim.c" 1.486 + > 1.487 + </File> 1.488 + <File 1.489 + RelativePath=".\libs\anim\anim.h" 1.490 + > 1.491 + </File> 1.492 + <File 1.493 + RelativePath=".\libs\anim\config.h" 1.494 + > 1.495 + </File> 1.496 + <File 1.497 + RelativePath=".\libs\anim\dynarr.c" 1.498 + > 1.499 + </File> 1.500 + <File 1.501 + RelativePath=".\libs\anim\dynarr.h" 1.502 + > 1.503 + </File> 1.504 + <File 1.505 + RelativePath=".\libs\anim\track.c" 1.506 + > 1.507 + </File> 1.508 + <File 1.509 + RelativePath=".\libs\anim\track.h" 1.510 + > 1.511 + </File> 1.512 + </Filter> 1.513 + </Filter> 1.514 + </Files> 1.515 + <Globals> 1.516 + </Globals> 1.517 +</VisualStudioProject>