summaryrefslogtreecommitdiffstats
path: root/pacman-c++
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-11 12:28:28 +0200
committermanuel <manuel@mausz.at>2011-04-11 12:28:28 +0200
commit8cedc69ce2809abf69326ce81e0ccb4ac6efff6a (patch)
tree4263278a63966aa637c41b194d6fe0d00b42efb7 /pacman-c++
parent98f4a31e1a359a69dbcc0fa4055f36cefb6d4e02 (diff)
downloadfoop-8cedc69ce2809abf69326ce81e0ccb4ac6efff6a.tar.gz
foop-8cedc69ce2809abf69326ce81e0ccb4ac6efff6a.tar.bz2
foop-8cedc69ce2809abf69326ce81e0ccb4ac6efff6a.zip
make server build use a own makefile
Diffstat (limited to 'pacman-c++')
-rwxr-xr-xpacman-c++/rebuild-client.sh2
-rwxr-xr-xpacman-c++/rebuild-server.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/pacman-c++/rebuild-client.sh b/pacman-c++/rebuild-client.sh
index f317d6d..17cf206 100755
--- a/pacman-c++/rebuild-client.sh
+++ b/pacman-c++/rebuild-client.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2#make distclean 2#make distclean
3qmake CONFIG+=DEBUG pacman.pro 3qmake CONFIG+=DEBUG pacman.pro
4make -j2 4make -j2
diff --git a/pacman-c++/rebuild-server.sh b/pacman-c++/rebuild-server.sh
index f00d67b..8d2adb9 100755
--- a/pacman-c++/rebuild-server.sh
+++ b/pacman-c++/rebuild-server.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2#make distclean 2#make distclean
3qmake CONFIG+=DEBUG pacman.server.pro 3qmake CONFIG+=DEBUG pacman.server.pro -o Makefile.server
4make -j2 4make -f Makefile.server -j2