2 CFLAGS = -g -O2 -D_WIN32 -DWINELESS -DDEBUG_INFO=0xF -ID:/Libs/OpenAL-1.1/include -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith
6 LIBS = -lOpenAL32 -ldxerr8 -luuid -lwinmm -lole32
19 OBJS = $(C_SRCS:.c=.o)
21 DEF = dsound-mingw.def
26 $(CC) -c $(CFLAGS) -o $@ $<
31 $(DLLWRAP) --def $(DEF) --dllname DSOUND.dll -L. -o $@ $(OBJS) $(LIBS)