diff options
| author | manuel <manuel@mausz.at> | 2011-05-10 22:28:58 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-10 22:28:58 +0200 |
| commit | 1a6c940ed9d7f6136da0e13148314072665342c5 (patch) | |
| tree | 467b259d966ea1ddf9f66440066f57cf3eed68c4 /pacman-c++/rebuild_debug.sh | |
| parent | cc1bb779661217171418adb0ddbd1ce01815463b (diff) | |
| download | foop-1a6c940ed9d7f6136da0e13148314072665342c5.tar.gz foop-1a6c940ed9d7f6136da0e13148314072665342c5.tar.bz2 foop-1a6c940ed9d7f6136da0e13148314072665342c5.zip | |
- refactorized audio once more: audio is now a plugin which gets loaded at runtime
- thus server has no dependency to phonon any more
- remove client dependency to qtnetwork
- fix enet deinitialization on windows
Diffstat (limited to 'pacman-c++/rebuild_debug.sh')
| -rwxr-xr-x | pacman-c++/rebuild_debug.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pacman-c++/rebuild_debug.sh b/pacman-c++/rebuild_debug.sh new file mode 100755 index 0000000..5c5486b --- /dev/null +++ b/pacman-c++/rebuild_debug.sh | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | mkdir -p build_debug | ||
| 3 | cd build_debug | ||
| 4 | #make distclean | ||
| 5 | qmake CONFIG+=debug ../pacman.pro | ||
| 6 | make -j2 | ||
