Changeset 12 for trunk/www/emulator.php
- Timestamp:
- Jun 11, 2009, 9:37:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/emulator.php
r11 r12 36 36 } 37 37 38 function GetList()39 {40 }41 42 38 function Download() 43 39 { … … 64 60 'mkdir objdir', 65 61 'cd objdir', 66 '../configure --prefix='.$Config['BaseDir'].'emulator/'.$this->Id.'/ --enable-cli --enable-ra ',62 '../configure --prefix='.$Config['BaseDir'].'emulator/'.$this->Id.'/ --enable-cli --enable-ra --with-debug-info', 67 63 'make', 68 64 'make install',
Note:
See TracChangeset
for help on using the changeset viewer.