mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
209ba54b57
project page: <http://ziz.gp2x.de/hase/index.htm> "Hase is an open source (GPL) gravity based artillery shooter. It is similar to Worms, Hedgewars or artillery, but the gravity force and direction depends on the mass nearby." Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
14 lines
417 B
Diff
14 lines
417 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 95d894e..3c561c1 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -35,7 +35,7 @@ endif
|
|
LIB += -L$(SPARROW_LIB)
|
|
INCLUDE += -I$(SPARROW_FOLDER)
|
|
|
|
-HASE_STATIC = $(SPARROW_LIB)/$(SPARROW3D_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWSOUND_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWNET_STATIC_LIB) $(STATIC)
|
|
+DYNAMIC += -lsparrow3d -lsparrowSound -lsparrowNet
|
|
|
|
ifneq ($(TARGET),win32)
|
|
DYNAMIC += -lz
|