Skip to content

Commit

Permalink
fixed freeze on dungeon heart destroy
Browse files Browse the repository at this point in the history
removed DDrawCompat ddraw.dll file from bundle
fixed missing section in merge exe
  • Loading branch information
DiaLight committed Nov 19, 2024
1 parent c1e2599 commit 9f791f0
Show file tree
Hide file tree
Showing 13 changed files with 348 additions and 144 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ option(USE_CONFIGURE_DATE "Add configure date marker in output build")
# generate pdb to use debuggers with release builds
string(APPEND CMAKE_EXE_LINKER_FLAGS_RELEASE " /debug")

message(STATUS "CMAKE_SYSTEM_VERSION: ${CMAKE_SYSTEM_VERSION}")
message(STATUS "CMAKE_RC_COMPILER: ${CMAKE_RC_COMPILER}")
message(STATUS "CMAKE_CXX_COMPILER: ${CMAKE_CXX_COMPILER}")

# force using python through venv
if(EXISTS ${CMAKE_CURRENT_LIST_DIR}/venv/Scripts/python.exe)
set(Python3_EXECUTABLE "${CMAKE_CURRENT_LIST_DIR}/venv/Scripts/python.exe")
Expand Down
Loading

0 comments on commit 9f791f0

Please sign in to comment.