mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
fix inconsistent case for a few files
you can now build in a case-sensitive filesystem
This commit is contained in:
committed by
majcosta
parent
4a16698cdb
commit
f471b74f5b
+2
-2
@@ -67,7 +67,7 @@ target_link_libraries(bfVFS PRIVATE 7z)
|
||||
add_subdirectory("ext/export/src")
|
||||
|
||||
# static libraries whose translation units don't rely on Application preprocessor definitions.
|
||||
add_subdirectory(Lua)
|
||||
add_subdirectory(lua)
|
||||
add_subdirectory(Multiplayer)
|
||||
|
||||
set(Ja2_Libraries
|
||||
@@ -141,7 +141,7 @@ foreach(app IN LISTS ApplicationTargets)
|
||||
set(exe ${app}_${lang})
|
||||
add_executable(${exe} WIN32
|
||||
sgp/sgp.cpp
|
||||
Ja2/Res/Ja2.rc
|
||||
Ja2/Res/ja2.rc
|
||||
)
|
||||
target_link_libraries(${exe} PRIVATE ${Ja2_Libraries} $<IF:${usingMsBuild},legacy_stdio_definitions.lib,>)
|
||||
target_link_options(${exe} PRIVATE $<IF:${usingMsBuild},/SAFESEH:NO,>)
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ set(Ja2Src
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/profiler.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/SaveLoadGame.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/SaveLoadScreen.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/SCREENS.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Screens.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/Sys Globals.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/TimeLogging.cpp"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/ub_config.cpp"
|
||||
|
||||
Reference in New Issue
Block a user