Skip to content

Commit

Permalink
Remove no longer used MangosdRev.cpp file and fix gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberium committed Sep 17, 2015
1 parent f37049c commit bb5dfcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 3 additions & 1 deletion src/scriptdev2/CMakeLists.txt
Expand Up @@ -44,6 +44,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/src/game
${CMAKE_SOURCE_DIR}/dep/include
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/src/shared
${ACE_INCLUDE_DIR}
${MYSQL_INCLUDE_DIR}
)
Expand All @@ -66,7 +67,8 @@ if(WIN32)
)
endif()

add_dependencies(mangosscript revision.h)
add_dependencies(mangosscript mangosd)

if(NOT ACE_USE_EXTERNAL)
add_dependencies(mangosscript ACE_Project)
# add_dependencies(mangosscript ace)
Expand Down
19 changes: 0 additions & 19 deletions src/scriptdev2/system/MangosdRev.cpp

This file was deleted.

0 comments on commit bb5dfcc

Please sign in to comment.