mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
Drop packing in SDL.dll on Win32 slim.
This commit is contained in:
parent
8d8dce7d2b
commit
4e4972aa7a
@ -246,10 +246,10 @@ clean:
|
||||
rm -f tools/*.o
|
||||
|
||||
dist_x86: all
|
||||
zip -r retroarch-win32-0.9.7.zip $(TARGET) $(JTARGET) retroarch.cfg SDL.dll
|
||||
zip -r retroarch-win32-0.9.7.zip $(TARGET) $(JTARGET) retroarch.cfg
|
||||
|
||||
dist_x86_64: all
|
||||
zip -r retroarch-win64-0.9.7.zip $(TARGET) $(JTARGET) retroarch.cfg SDL.dll
|
||||
zip -r retroarch-win64-0.9.7.zip $(TARGET) $(JTARGET) retroarch.cfg
|
||||
|
||||
libs_x86:
|
||||
wget https://github.com/downloads/Themaister/RetroArch/RetroArch-win32-libs.zip --no-check-certificate
|
||||
|
Loading…
x
Reference in New Issue
Block a user