Changeset 45 for trunk/www/emulator.php
- Timestamp:
- Jun 19, 2009, 8:31:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/emulator.php
r35 r45 46 46 'svn checkout -r '.$this->Emulator['ScriptDev2Revision'].' https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2/ src/bindings/ScriptDev2', 47 47 'git apply src/bindings/ScriptDev2/patches/'.$this->Emulator['ScriptDev2PatchFileName'], 48 'cd ../../..', 48 49 'php www/shell.php EmulatorUnLock '.$this->Id, 49 50 )); … … 61 62 'mkdir objdir', 62 63 'cd objdir', 63 'export CFLAGS="-g -ggdb '.$Config['CompilerParameters'] ,64 'export CXXFLAGS="-g -ggdb '.$Config['CompilerParameters'] ,64 'export CFLAGS="-g -ggdb '.$Config['CompilerParameters'].'"', 65 'export CXXFLAGS="-g -ggdb '.$Config['CompilerParameters'].'"', 65 66 '../configure --prefix='.$Config['BaseDir'].'emulator/'.$this->Id.'/ --enable-cli --enable-ra', 66 67 'make', 67 68 'make install', 69 'cd ../../../..', 68 70 'php www/shell.php EmulatorUnLock '.$this->Id, 69 71 )); … … 79 81 'mv wowclient/'.$this->Emulator['Client']['Version'].'/client/dbc wowclient/'.$this->Emulator['Client']['Version'].'/', 80 82 'mv wowclient/'.$this->Emulator['Client']['Version'].'/client/maps wowclient/'.$this->Emulator['Client']['Version'].'/', 83 'cd ../../..', 81 84 'php www/shell.php EmulatorUnLock '.$this->Id, 82 85 ));
Note:
See TracChangeset
for help on using the changeset viewer.