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 1ffca5e commit cbcb089
Show file tree
Hide file tree
Showing 5 changed files with 9,386 additions and 4,782 deletions.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,4 +1,6 @@
1.2.4:
Sam Lantinga - Wed Nov 19 00:23:44 PST 2003
* Updated libtool support for new mingw32 DLL build process
Holger Schemel - Mon, 04 Aug 2003 21:50:52 +0200
* Fixed crash loading certain PCX images
Kyle Davenport - Sat, 19 Apr 2003 17:13:31 -0500
Expand Down
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -30,7 +30,8 @@ EXTRA_DIST = \
SDL_image.spec.in \
autogen.sh

libSDL_image_la_LDFLAGS = \
libSDL_image_la_LDFLAGS = \
-no-undefined \
-release $(LT_RELEASE) \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
libSDL_image_la_LIBADD = @IMG_LIBS@
Expand Down

0 comments on commit cbcb089

Please sign in to comment.