goat3dgfx

changeset 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 0b863938da04
files goat3dgfx.vcproj
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\*.h usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y src\*.inl usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\&#x0D;&#x0A;"
     1.8  			/>
     1.9  		</Configuration>
    1.10  	</Configurations>