Remove unneeded code

This commit is contained in:
2025-03-04 15:54:47 +08:00
parent 58c2d98686
commit 05c99f36b2
2 changed files with 8 additions and 132 deletions

View File

@@ -41,6 +41,5 @@ add_library(jewena_patch SHARED dllmain.cpp config.hpp config.cpp vfs.hpp vfs.cp
target_link_libraries(jewena_patch "${DETOURS_LIB}")
target_link_libraries(jewena_patch utils)
target_link_libraries(jewena_patch zip)
target_link_libraries(jewena_patch shlwapi.lib)
add_executable(jewena-chs WIN32 main.cpp winres.rc jewena-chs.exe.manifest)