projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3210187
)
fixed wrong linking order of libraries in Makefile
author
Holger Schemel
<info@artsoft.org>
Fri, 23 Feb 2024 17:03:18 +0000
(18:03 +0100)
committer
Holger Schemel
<info@artsoft.org>
Fri, 23 Feb 2024 17:03:54 +0000
(18:03 +0100)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index 6f586e0f8082a4bfc92e9613c5113bd286acfb41..6e74c8e141318305044f53842fc572a3ddebad99 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-255,7
+255,7
@@
GAME_SP = $(GAME_SP_DIR)/game_sp.a
GAME_MM_DIR = game_mm
GAME_MM = $(GAME_MM_DIR)/game_mm.a
-RNDLIBS = $(
LIBGAME) $(GAME_BD) $(GAME_EM) $(GAME_SP) $(GAME_MM
)
+RNDLIBS = $(
GAME_BD) $(GAME_EM) $(GAME_SP) $(GAME_MM) $(LIBGAME
)
AUTOCONF = conf_gfx.h conf_snd.h conf_mus.h
ICONBASE = windows_icon