add dev prefix for installation dir

This commit is contained in:
Sébastien Loriot 2015-12-18 15:11:57 +01:00
parent e8e3efd617
commit b594f747a1
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
OutFile "${CGAL_SRC}-Setup.exe" OutFile "${CGAL_SRC}-Setup.exe"
!endif !endif
;Default installation folder: C:\CGAL-4.8 ;Default installation folder: C:\dev\CGAL-4.8
; See also .onInit ; See also .onInit
Installdir "" Installdir ""
@ -313,7 +313,7 @@ Function .onInit
# Setup the default installation dir # Setup the default installation dir
${If} $InstDir == "" ; /D= was not used on the command line ${If} $InstDir == "" ; /D= was not used on the command line
StrCpy $InstDir "C:\${CGAL_SRC}" StrCpy $InstDir "C:\dev\${CGAL_SRC}"
${EndIf} ${EndIf}
!ifdef DebugLog !ifdef DebugLog