goat3dgfx
diff goat3dgfx.vcproj @ 5:18879c956eb1
- skycube example
- added fatal_log
- changed the dataset to keep the whole path while searching for data files
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 17 Nov 2013 03:22:40 +0200 |
parents | 7bd5ebec3b6f |
children | f2da87b02fcd |
line diff
1.1 --- a/goat3dgfx.vcproj Sat Nov 16 21:09:42 2013 +0200 1.2 +++ b/goat3dgfx.vcproj Sun Nov 17 03:22:40 2013 +0200 1.3 @@ -21,7 +21,7 @@ 1.4 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 1.5 IntermediateDirectory="$(ConfigurationName)" 1.6 ConfigurationType="4" 1.7 - CharacterSet="1" 1.8 + CharacterSet="2" 1.9 > 1.10 <Tool 1.11 Name="VCPreBuildEventTool" 1.12 @@ -61,6 +61,7 @@ 1.13 /> 1.14 <Tool 1.15 Name="VCLibrarianTool" 1.16 + OutputFile="$(OutDir)\$(ProjectName)-dbg.lib" 1.17 /> 1.18 <Tool 1.19 Name="VCALinkTool" 1.20 @@ -76,6 +77,7 @@ 1.21 /> 1.22 <Tool 1.23 Name="VCPostBuildEventTool" 1.24 + CommandLine="mkdir usr\include\goat3dgfx
mkdir usr\lib
copy /Y src\*.h usr\include\goat3dgfx\
copy /Y src\*.inl usr\include\goat3dgfx\
copy /Y $(TargetPath) usr\lib\" 1.25 /> 1.26 </Configuration> 1.27 <Configuration 1.28 @@ -84,7 +86,7 @@ 1.29 IntermediateDirectory="$(ConfigurationName)" 1.30 ConfigurationType="4" 1.31 InheritedPropertySheets=".\goat3dgfx.vsprops" 1.32 - CharacterSet="1" 1.33 + CharacterSet="2" 1.34 WholeProgramOptimization="1" 1.35 > 1.36 <Tool