goat3dgfx
diff goat3dgfx.vcproj @ 27:be9754def417
added missing post-build copy event in the release configuration
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Thu, 27 Feb 2014 02:19:16 +0200 |
parents | 940e5b1e2f92 |
children |
line diff
1.1 --- a/goat3dgfx.vcproj Thu Feb 27 02:05:42 2014 +0200 1.2 +++ b/goat3dgfx.vcproj Thu Feb 27 02:19:16 2014 +0200 1.3 @@ -145,6 +145,7 @@ 1.4 /> 1.5 <Tool 1.6 Name="VCPostBuildEventTool" 1.7 + 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.8 /> 1.9 </Configuration> 1.10 </Configurations>