[Hdrflow-svn] SF.net SVN: hdrflow: [423] trunk/lib/openlibraries/installer/hdrflow_sdk. nsi
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2008-02-23 20:42:52
|
Revision: 423 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=423&view=rev Author: glslang Date: 2008-02-23 12:42:50 -0800 (Sat, 23 Feb 2008) Log Message: ----------- + only installs the needed .libs Modified Paths: -------------- trunk/lib/openlibraries/installer/hdrflow_sdk.nsi Modified: trunk/lib/openlibraries/installer/hdrflow_sdk.nsi =================================================================== --- trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 18:29:14 UTC (rev 422) +++ trunk/lib/openlibraries/installer/hdrflow_sdk.nsi 2008-02-23 20:42:50 UTC (rev 423) @@ -168,8 +168,12 @@ File "..\Multi-threaded Debug DLL\HDRFlowMedia.pyd" SetOutPath $INSTDIR\lib - File "..\Multi-threaded Debug DLL\*-vc80-d-${VERSION}.lib" - File "..\Multi-threaded Release DLL\*-vc80-r-${VERSION}.lib" + File "..\Multi-threaded Debug DLL\*_pl-vc80-d-${VERSION}.lib" + File "..\Multi-threaded Debug DLL\*_il-vc80-d-${VERSION}.lib" + File "..\Multi-threaded Debug DLL\*_ml-vc80-d-${VERSION}.lib" + File "..\Multi-threaded Release DLL\*_pl-vc80-r-${VERSION}.lib" + File "..\Multi-threaded Release DLL\*_il-vc80-r-${VERSION}.lib" + File "..\Multi-threaded Release DLL\*_ml-vc80-r-${VERSION}.lib" SetOutPath $INSTDIR\shaders File "..\effects\shaders\sepia.cg" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |