libanim

changeset 18:2317c40b8dcb

added local install post-build event in the vs2008 vcproj
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 16 Nov 2013 09:08:42 +0200
parents 821411647b40
children 35b813d504e7
files libanim.vcproj
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/libanim.vcproj	Thu Nov 14 05:15:08 2013 +0200
     1.2 +++ b/libanim.vcproj	Sat Nov 16 09:08:42 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  <?xml version="1.0" encoding="Windows-1252"?>
     1.5  <VisualStudioProject
     1.6  	ProjectType="Visual C++"
     1.7 -	Version="9,00"
     1.8 +	Version="9.00"
     1.9  	Name="libanim"
    1.10  	ProjectGUID="{D8F5A227-C3D7-45EC-9F2F-720B97D21C4B}"
    1.11  	RootNamespace="libanim"
    1.12 @@ -142,6 +142,7 @@
    1.13  			/>
    1.14  			<Tool
    1.15  				Name="VCPostBuildEventTool"
    1.16 +				CommandLine="mkdir usr\include\anim&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\*.h usr\include\anim\&#x0D;&#x0A;copy /Y src\*.inl usr\include\anim\&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\&#x0D;&#x0A;"
    1.17  			/>
    1.18  		</Configuration>
    1.19  	</Configurations>