mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
2a64cbe596
and which gives applications, through a very simple API, sample playing with stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and ejecting/changing.
20 lines
460 B
Plaintext
20 lines
460 B
Plaintext
--- ../gsi/lib/gsicd/Makefile Wed Feb 2 19:02:51 2000
|
|
+++ ./lib/gsicd/Makefile Thu Dec 7 18:59:20 2000
|
|
@@ -23,14 +23,14 @@
|
|
STATIC_LIB = libgsicd.a
|
|
DYNAMIC_LIB = libgsicd.so
|
|
LIB_NAME = $(LIBGSICD)
|
|
-VERSION = .0.1
|
|
+VERSION = .0
|
|
LIB_OBJS = gsicd.o utils.o event.o
|
|
|
|
|
|
|
|
INCLUDES = -I../../include
|
|
|
|
-WARN = -Wall -Wstrict-prototypes
|
|
+WARN = -Wall #-Wstrict-prototypes
|
|
|
|
MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_CFLAGS)
|
|
|