Skip to content

Commit

Permalink
Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
Browse files Browse the repository at this point in the history
 * Updated libtool support for new mingw32 DLL build process
  • Loading branch information
slouken committed Nov 19, 2003
1 parent 0b58880 commit 35fee69
Show file tree
Hide file tree
Showing 5 changed files with 9,387 additions and 4,785 deletions.
6 changes: 3 additions & 3 deletions CHANGES
@@ -1,8 +1,8 @@
current:
1.2.6:
Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
* Updated libtool support for new mingw32 DLL build process
Ryan C. Gordon - Sun Nov 9 23:34:47 EST 2003
* Patch from Steven Fuller to fix positioning effect on bigendian systems.

1.2.6:
Laurent Ganter - Mon, 6 Oct 2003 11:51:33 +0200
* Fixed bug with MIDI volume in native Windows playback
Andre Leiradella - Fri, 30 May 2003 16:12:03 -0300
Expand Down
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -59,7 +59,8 @@ EXTRA_DIST = \
SDL_mixer.spec.in \
autogen.sh

libSDL_mixer_la_LDFLAGS = \
libSDL_mixer_la_LDFLAGS = \
-no-undefined \
-release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_mixer_la_LIBADD = $(MIKMOD_LIB) $(TIMIDITY_LIB) $(NATIVE_MIDI_LIB) @SYSTEM_LIBS@ @SDL_LIBS@
Expand Down

0 comments on commit 35fee69

Please sign in to comment.