Skip to content

Commit

Permalink
minor update to os/2 makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 20, 2021
1 parent d8c747d commit 0742e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.os2
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ USE_TREMOR=no
USE_FLAC=yes
# opus music support
USE_OPUS=yes
# mp3 music support (using libmad)
# mp3 music support (using libmad - Note: GPL license!)
USE_LIBMAD=no
# mp3 music support (using mpg123)
USE_MPG123=yes
Expand Down Expand Up @@ -149,7 +149,7 @@ $(LNKFILE):
@%append $@ NAME $(LIBNAME)
@for %i in ($(OBJS)) do @%append $@ FILE %i
@%append $@ OPTION QUIET
@%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@Simple DirectMedia Layer Mixer'
@%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@Simple DirectMedia Layer Mixer Library'
@%append $@ LIBPATH $(DEPS_LIB)
@for %i in ($(LIBS)) do @%append $@ LIB %i
@%append $@ OPTION MAP=$*
Expand Down

0 comments on commit 0742e7e

Please sign in to comment.