Skip to content

Commit a2ce2ce

Browse files
committed
reduce dll dependencies
1 parent 5065f8a commit a2ce2ce

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

emulator/SDL2.dll

2.39 MB
Binary file not shown.

emulator/SDL2_image.dll

932 KB
Binary file not shown.

emulator/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ g++ -Wall -pedantic -std=c++14 -O2 \
88
-L"./libs/SDL2_image-2.6.3/x86_64-w64-mingw32/lib" \
99
-L"./libs/SDL2-2.26.4/x86_64-w64-mingw32/lib" \
1010
-L"./libs/readline-8" \
11-
-lmingw32 -lSDL2main -lSDL2 -lSDL2_image -llua53 -lreadline -lhistory
12-
11+
-static-libgcc -static-libstdc++ -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -llua53 -lreadline -lhistory -ltermcap
-46.8 KB
Binary file not shown.
-474 KB
Binary file not shown.

emulator/libs/readline-8/libtermcap.a

10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)