mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
simplify win32 build for separate artifact packaging
This commit is contained in:
parent
a4a0ba13d8
commit
5111be42db
19
src/Makefile
19
src/Makefile
@ -55,15 +55,16 @@ gsplusfb: $(OBJECTS) compile_time.o
|
||||
# Mingw32 (native windows) / Cygwin builds:
|
||||
gsplus.exe: $(OBJECTS) compile_time.o
|
||||
g++ $(CCOPTS) $(LDOPTS) $(OBJECTS) compile_time.o $(LDFLAGS) -o $(NAME)$(SUFFIX) $(EXTRA_LIBS) -lwinmm -lgdi32 -ldsound -lcomctl32 -lws2_32 -lshell32
|
||||
mkdir -p ../GSplus.app/lib
|
||||
cp -f gsplus.exe ../GSplus.app/GSplus.exe
|
||||
cp -f ../config.template ../GSplus.app/config.txt
|
||||
cp -f ../lib/*.ttf ../GSplus.app/lib
|
||||
cp -f ../lib/arch/win32/*.dll ../GSplus.app
|
||||
cp -f ../lib/NoBoot.po ../GSplus.app
|
||||
cp -f GSplus.bat ../GSplus.app/GSplus.bat
|
||||
cp -f parallel.rom ../GSplus.app
|
||||
cp -f ../COPYING.txt ../GSplus.app
|
||||
#mkdir -p ../GSplus.app/lib
|
||||
#cp -f gsplus.exe ../GSplus.app/GSplus.exe
|
||||
#cp -f ../config.template ../GSplus.app/config.txt
|
||||
#cp -f ../lib/*.ttf ../GSplus.app/lib
|
||||
#cp -f ../lib/arch/win32/*.dll ../GSplus.app
|
||||
#cp -f ../lib/NoBoot.po ../GSplus.app
|
||||
#cp -f GSplus.bat ../GSplus.app/GSplus.bat
|
||||
#cp -f parallel.rom ../GSplus.app
|
||||
#cp -f ../COPYING.txt ../GSplus.app
|
||||
cp gsplus.exe ..
|
||||
|
||||
# NOT CURRENTLY SUPPORTED
|
||||
# Mac build - old style (deprecated)
|
||||
|
Loading…
Reference in New Issue
Block a user