mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-12-27 12:31:01 +00:00
Update to latest cygwin libraries
This commit is contained in:
parent
721a604e9f
commit
3e26fb1ecd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/.project
|
/.project
|
||||||
|
/GSport.app
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/arch/win32/cygpng16-16.dll
Normal file
BIN
lib/arch/win32/cygpng16-16.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
src/.gitignore
vendored
Normal file
6
src/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
*.o
|
||||||
|
gsport.exe
|
||||||
|
/16inst_c.h
|
||||||
|
/8inst_c.h
|
||||||
|
/size_c.h
|
||||||
|
/vars
|
@ -52,7 +52,7 @@ gsportmac: $(OBJECTS) compile_time.o
|
|||||||
rm -rf ../GSportDmg
|
rm -rf ../GSportDmg
|
||||||
mkdir ../GSportDmg
|
mkdir ../GSportDmg
|
||||||
mkdir ../GSportDmg/GSport
|
mkdir ../GSportDmg/GSport
|
||||||
cp ../COPYING.txt ../GSportDmg/GSport
|
cp ../LICENSE ../GSportDmg/GSport
|
||||||
cp -f parallel.rom ../GSportDmg/GSport
|
cp -f parallel.rom ../GSportDmg/GSport
|
||||||
cp -f ../lib/NoBoot.po ../GSportDmg/GSport
|
cp -f ../lib/NoBoot.po ../GSportDmg/GSport
|
||||||
mv ../GSport.app ../GSportDmg/GSport
|
mv ../GSport.app ../GSportDmg/GSport
|
||||||
@ -85,7 +85,7 @@ gsport.exe: $(OBJECTS) compile_time.o
|
|||||||
cp -f ../lib/NoBoot.po ../GSport.app
|
cp -f ../lib/NoBoot.po ../GSport.app
|
||||||
cp -f GSport.bat ../GSport.app/GSport.bat
|
cp -f GSport.bat ../GSport.app/GSport.bat
|
||||||
cp -f parallel.rom ../GSport.app
|
cp -f parallel.rom ../GSport.app
|
||||||
cp -f ../COPYING.txt ../GSport.app
|
cp -f ../LICENSE ../GSport.app
|
||||||
cp -f ../GSport.html ../GSport.app
|
cp -f ../GSport.html ../GSport.app
|
||||||
|
|
||||||
8inst_c.h: instable.h
|
8inst_c.h: instable.h
|
||||||
|
Loading…
Reference in New Issue
Block a user