First working prototype
Confirmed to work on Windows XP
This commit is contained in:
parent
7802b00e85
commit
cc0117c0b2
4 changed files with 9832 additions and 7 deletions
|
@ -6,5 +6,6 @@ ENABLE_LANGUAGE(RC)
|
|||
SET(CMAKE_RC_COMPILE_OBJECT
|
||||
"<CMAKE_RC_COMPILER> <FLAGS> -O coff <DEFINES> -i <SOURCE> -o <OBJECT>")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++ -static")
|
||||
add_compile_options(-g)
|
||||
add_compile_options(-g -fpermissive)
|
||||
target_link_libraries(wt95 CURL::libcurl)
|
||||
install(FILES $<TARGET_RUNTIME_DLLS:wt95> TYPE BIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue