summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2008-09-08 14:06:26 +0000
committerdeva <deva>2008-09-08 14:06:26 +0000
commitf85025ffc6dca58e87b2cb2cc3522a987b519ad8 (patch)
tree9370b716d66b2e04eef30f7bb5ae35eaa3fd8d71
parent1e867ede415c6a0280ab9bd1e959d159678ce50f (diff)
Added console output to the win32 build
-rw-r--r--client/client.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
index 7ada8f1..7fc6359 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -14,6 +14,7 @@ win32 {
INCLUDEPATH += lua/include
LIBS += -llua51
DEFINES += HOST_WIN32
+ CONFIG += console
}
unix {