mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-05 05:17:46 -04:00
Fixes for building on vc12 (vs 2013), these are primarily just missing includes
This commit is contained in:
@@ -39,7 +39,9 @@ target_link_libraries(DataTableTool
|
||||
sharedFile
|
||||
sharedFoundation
|
||||
sharedIoWin
|
||||
sharedLog
|
||||
sharedMemoryManager
|
||||
sharedMessageDispatch
|
||||
sharedObject
|
||||
sharedRandom
|
||||
sharedRegex
|
||||
|
||||
@@ -35,6 +35,7 @@ include_directories(
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/archive/include
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/localization/include
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/unicode/include
|
||||
${PCRE_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
add_executable(TemplateCompiler
|
||||
@@ -47,7 +48,9 @@ target_link_libraries(TemplateCompiler
|
||||
sharedDebug
|
||||
sharedFile
|
||||
sharedFoundation
|
||||
sharedLog
|
||||
sharedMemoryManager
|
||||
sharedMessageDispatch
|
||||
sharedObject
|
||||
sharedRandom
|
||||
sharedRegex
|
||||
|
||||
@@ -35,6 +35,7 @@ include_directories(
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/archive/include
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/localization/include
|
||||
${SWG_EXTERNALS_SOURCE_DIR}/ours/library/unicode/include
|
||||
${PCRE_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
add_executable(TemplateDefinitionCompiler
|
||||
@@ -47,7 +48,9 @@ target_link_libraries(TemplateDefinitionCompiler
|
||||
sharedDebug
|
||||
sharedFile
|
||||
sharedFoundation
|
||||
sharedLog
|
||||
sharedMemoryManager
|
||||
sharedMessageDispatch
|
||||
sharedObject
|
||||
sharedRandom
|
||||
sharedRegex
|
||||
|
||||
Reference in New Issue
Block a user