diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 17:56:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 17:56:25 +0300 |
commit | 91639f6f2834d93e1c285bfc4060262537cc9358 (patch) | |
tree | 3ebf3a3d418e6cb3f5b3fe6540009a065e484f6a /src/CMakeLists.txt | |
parent | 88b62a5e35961c738c70ae193ee49943caf7f625 (diff) | |
download | plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.gz plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.bz2 plus-91639f6f2834d93e1c285bfc4060262537cc9358.tar.xz plus-91639f6f2834d93e1c285bfc4060262537cc9358.zip |
Build BankWindow only if eathena support enabled.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8c22f1eb8..460587246 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -399,8 +399,6 @@ SET(SRCS gui/windows/okdialog.h gui/windows/outfitwindow.cpp gui/windows/outfitwindow.h - gui/windows/bankwindow.cpp - gui/windows/bankwindow.h gui/windows/botcheckerwindow.cpp gui/windows/botcheckerwindow.h gui/windows/textcommandeditor.cpp @@ -1414,6 +1412,8 @@ SET(SRCS_TMWA ) SET(SRCS_EATHENA + gui/windows/bankwindow.cpp + gui/windows/bankwindow.h net/eathena/adminhandler.cpp net/eathena/adminhandler.h net/eathena/auctionhandler.cpp |