Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorJoseph Gilbert <ascotan@gmail.com>2005-02-12 19:36:49 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-02-12 19:36:49 +0300
commit4bd1fe7eab2056429defa2a101a7b68dfa09167e (patch)
tree2f1d9120ea2af93d6ca6deff0647554f072d1481 /intern
parent9cbf39e478aa521157d89a57da28a8bd1433f701 (diff)
The opennl vcproj was not copying ONL_opennl.h to the lib\windows\opennl\include directory
Diffstat (limited to 'intern')
-rw-r--r--intern/opennl/make/msvc_7_0/opennl.vcproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/opennl/make/msvc_7_0/opennl.vcproj b/intern/opennl/make/msvc_7_0/opennl.vcproj
index afe396e6ab3..5db90be871f 100644
--- a/intern/opennl/make/msvc_7_0/opennl.vcproj
+++ b/intern/opennl/make/msvc_7_0/opennl.vcproj
@@ -38,7 +38,9 @@
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="ECHO Copying lib
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\opennl\include\
+ECHO Copying lib
XCOPY /Y ..\..\..\..\obj\windows\intern\opennl\debug\*.lib ..\..\..\..\..\lib\windows\opennl\lib\debug\*.lib
ECHO Done
"/>
@@ -85,7 +87,9 @@ ECHO Done
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="ECHO Copying lib
+ CommandLine="ECHO Copying header files
+XCOPY /Y ..\..\extern\*.h ..\..\..\..\..\lib\windows\opennl\include\
+ECHO Copying lib
XCOPY /Y ..\..\..\..\obj\windows\intern\opennl\*.lib ..\..\..\..\..\lib\windows\opennl\lib\*.lib
ECHO Done
"/>