From 1a6c940ed9d7f6136da0e13148314072665342c5 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 10 May 2011 22:28:58 +0200 Subject: - 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 --- pacman-c++/rebuild_debug.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 pacman-c++/rebuild_debug.sh (limited to 'pacman-c++/rebuild_debug.sh') 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 @@ +#!/bin/sh +mkdir -p build_debug +cd build_debug +#make distclean +qmake CONFIG+=debug ../pacman.pro +make -j2 -- cgit v1.2.3