Changeset 7528
- Timestamp:
- Sep 23, 2009, 4:18:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installation_files/windows/installer.nsi
r7524 r7528 130 130 File /r "${FileSource}\${AnugaFolder}\anuga_validation" 131 131 132 #Set MingG\bin environment path only for the installer to access gcc for compile all132 #Set environment path only for the installer to access gcc and python 133 133 ReadEnvStr $R0 "PATH" 134 StrCpy $R0 "$R0;$MinGWDir\bin;$PythonDir\DLLs "134 StrCpy $R0 "$R0;$MinGWDir\bin;$PythonDir\DLLs;$PythonDir" 135 135 System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("PATH", R0).r2' 136 136 ReadEnvStr $R0 "PATH"
Note: See TracChangeset
for help on using the changeset viewer.