diff options
author | deva <deva> | 2008-09-23 09:43:38 +0000 |
---|---|---|
committer | deva <deva> | 2008-09-23 09:43:38 +0000 |
commit | a1e53b2b03219a82be1c0a4480f4d61d1801f1e9 (patch) | |
tree | 4383e4b33d757fe1627565ee1759510970cef5d3 /client | |
parent | c121b2e1e844d65169773ef3d5b2655b8e46ab1b (diff) |
Made 'release' the default build target on windows.
Diffstat (limited to 'client')
-rw-r--r-- | client/client.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.pro b/client/client.pro index 3821a0c..e015e63 100644 --- a/client/client.pro +++ b/client/client.pro @@ -15,7 +15,7 @@ win32 { INCLUDEPATH += lua/include LIBS += -llua51 DEFINES += HOST_WIN32 - CONFIG += console + CONFIG += console release } unix { |