Changeset 19291


Ignore:
Timestamp:
2009-04-29T20:01:10+12:00 (15 years ago)
Author:
ak19
Message:

Reverting last commit, since the llssite.cfg file generation from the .in file has now been moved to gsicontrol.bat (and server.exe)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/makegs2.bat

    r19122 r19291  
    107107echo 2. Web library only
    108108echo 3. Both
    109 echo 4. Set up configuration files (glisite.cfg, llssite.cfg, gsdlsite)
    110 echo 5. Quit
     109echo 4. Quit
    111110echo.
    112111echo Please choose a number from the menu. Otherwise both libraries will be compiled in 15 seconds.
    113112.\bin\windows\choice.exe /N /T:3,15 /C:1234
    114     IF errorlevel 5 GOTO END
    115     IF errorlevel 4 GOTO ENDOK
     113    IF errorlevel 4 GOTO END
    116114    IF errorlevel 3 GOTO WITHBOTH
    117115    IF errorlevel 2 GOTO WITHOUTLOCALLIB
     
    197195
    198196:ENDOK
    199 if not exist llssite.cfg copy llssite.cfg.in llssite.cfg
    200 if not exist glisite.cfg copy glisite.cfg.in glisite.cfg
    201 if not exist cgi-bin\gsdlsite.cfg echo "Please replace the GSDLHOME placeholder in cgi-bin\gsdlsite.cfg with your GS2 installation path"
    202 if not exist cgi-bin\gsdlsite.cfg copy cgi-bin\gsdlsite.cfg.in cgi-bin\gsdlsite.cfg
    203197echo.
    204198echo Done!
Note: See TracChangeset for help on using the changeset viewer.