diff options
author | deva <deva> | 2008-09-08 14:06:26 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-08 14:06:26 +0000 |
commit | f85025ffc6dca58e87b2cb2cc3522a987b519ad8 (patch) | |
tree | 9370b716d66b2e04eef30f7bb5ae35eaa3fd8d71 | |
parent | 1e867ede415c6a0280ab9bd1e959d159678ce50f (diff) |
Added console output to the win32 build
-rw-r--r-- | client/client.pro | 1 |
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 { |