mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Makefile: change EXE name to ringracers
This commit is contained in:
parent
45606cadd9
commit
34f40c48ca
2 changed files with 2 additions and 4 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
# Makefile options for unices (linux, bsd...)
|
# Makefile options for unices (linux, bsd...)
|
||||||
#
|
#
|
||||||
|
|
||||||
EXENAME?=lsdl2srb2kart
|
|
||||||
|
|
||||||
opts+=-DUNIXCOMMON -DLUA_USE_POSIX
|
opts+=-DUNIXCOMMON -DLUA_USE_POSIX
|
||||||
libs+=-lm
|
libs+=-lm
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
ifndef MINGW64
|
ifndef MINGW64
|
||||||
EXENAME?=srb2kart.exe
|
EXENAME?=ringracers.exe
|
||||||
else
|
else
|
||||||
EXENAME?=srb2kart64.exe
|
EXENAME?=ringracers64.exe
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# disable dynamicbase if under msys2
|
# disable dynamicbase if under msys2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue