Skip to content

Commit

Permalink
fixed os2 makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Mar 3, 2021
1 parent 0cedfba commit ac78969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.os2
Expand Up @@ -79,7 +79,7 @@ LIBS = $(LIBSDL) FLAC.lib vorbisfile.lib vorbis.lib ogg.lib mpg123.lib mikmod.li
all: $(DLLFILE) playsound.exe playsound_simple.exe

.c: decoders
.c: playsound
.c: examples

$(LIBFILE): $(DLLFILE)
@echo * Create library: $@...
Expand Down Expand Up @@ -107,9 +107,9 @@ $(LNKFILE):
.c.obj:
wcc386 $(CFLAGS) -fo=$^@ $<

playsound.obj: playsound/playsound.c
playsound.obj: examples/playsound.c
wcc386 $(CFLAGS_BASE) -DHAVE_SIGNAL_H=1 -DHAVE_SETBUF=1 -DHAVE_ASSERT_H=1 -fo=$^@ $<
playsound_simple.obj: playsound/playsound_simple.c
playsound_simple.obj: examples/playsound_simple.c
wcc386 $(CFLAGS_BASE) -fo=$^@ $<

playsound.exe: $(LIBFILE) playsound.obj
Expand Down

0 comments on commit ac78969

Please sign in to comment.