[Hdrflow-svn] SF.net SVN: hdrflow: [358] trunk/lib/openlibraries/installer/ openlibraries_sdk.nsi
Status: Pre-Alpha
Brought to you by:
glslang
From: <gl...@us...> - 2007-10-14 13:23:07
|
Revision: 358 http://hdrflow.svn.sourceforge.net/hdrflow/?rev=358&view=rev Author: glslang Date: 2007-10-14 06:23:05 -0700 (Sun, 14 Oct 2007) Log Message: ----------- + build fix Modified Paths: -------------- trunk/lib/openlibraries/installer/openlibraries_sdk.nsi Modified: trunk/lib/openlibraries/installer/openlibraries_sdk.nsi =================================================================== --- trunk/lib/openlibraries/installer/openlibraries_sdk.nsi 2007-10-13 17:50:57 UTC (rev 357) +++ trunk/lib/openlibraries/installer/openlibraries_sdk.nsi 2007-10-14 13:23:05 UTC (rev 358) @@ -316,7 +316,7 @@ ;-------------------------------- ;Include environment variable Push "OPENLIBRARIES_INCLUDE_PATH" - Push "$INSTDIR\include\openlibraries-${VERSION}" + Push "$INSTDIR\include\openlibraries-${VERSION_DOT}" Call WriteEnvStr ;-------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |