diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-19 01:10:21 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-19 01:10:21 +0000 |
commit | dd04340051ea802a248b4574c67c39baa8828c98 (patch) | |
tree | a4a591244c28f3d12f0e97d828c6652aa4231c4b /CMakeLists.txt | |
parent | 1e53053984f45825c26af9ffc27ba30c71408c35 (diff) | |
download | hercules-dd04340051ea802a248b4574c67c39baa8828c98.tar.gz hercules-dd04340051ea802a248b4574c67c39baa8828c98.tar.bz2 hercules-dd04340051ea802a248b4574c67c39baa8828c98.tar.xz hercules-dd04340051ea802a248b4574c67c39baa8828c98.zip |
* Removed pre-VS9 project files and Changelog-Trunk.txt from trunk CMakeLists (follow-up to r15009, r15260)
* Additonaly removed TXT-only .bat files and save-tmpl from TXT removal branch CMakeLists (follow-up to r15236, r15485)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15496 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 96bd53a4a..14a244b82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -437,9 +437,6 @@ set( DEVELOPMENT_FILES "${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt" "${CMAKE_CURRENT_SOURCE_DIR}/configure" "${CMAKE_CURRENT_SOURCE_DIR}/configure.in" - "${CMAKE_CURRENT_SOURCE_DIR}/rAthena-6.dsw" - "${CMAKE_CURRENT_SOURCE_DIR}/rAthena-7.1.sln" - "${CMAKE_CURRENT_SOURCE_DIR}/rAthena-8.sln" "${CMAKE_CURRENT_SOURCE_DIR}/rAthena-9.sln" "${CMAKE_CURRENT_SOURCE_DIR}/rAthena-10.sln" ) @@ -448,15 +445,11 @@ set( DEVELOPMENT_DIRECTORIES "conf/import-tmpl" "save-tmpl" "src" - "vcproj-6" - "vcproj-7.1" - "vcproj-8" "vcproj-9" "vcproj-10" ) set( RUNTIME_FILES "${CMAKE_CURRENT_SOURCE_DIR}/athena-start" - "${CMAKE_CURRENT_SOURCE_DIR}/Changelog-Trunk.txt" "${CMAKE_CURRENT_SOURCE_DIR}/char-server.sh" "${CMAKE_CURRENT_SOURCE_DIR}/charserv-sql.bat" "${CMAKE_CURRENT_SOURCE_DIR}/charserv.bat" |