Fix code formatting.
[neverball] / Makefile.mingw
index 10fdd72..19ed745 100644 (file)
@@ -4,8 +4,7 @@
 # a script which defines the variables of your Linux mingw32 cross-compilation
 # environment (PATH, PREFIX, TARGET, CC, CXX, ...) to run this makefile. This
 # scripts is usually named "cross-make.sh".  Currently you need to have SDL,
-# SDL_ttf, SDL_image and SDL_mixer DLLs in the makefile directory to compile
-# maps.  This is a bug which may be corrected soon.
+# SDL_ttf and SDL_image DLLs in the makefile directory to compile maps.
 #
 # Mehdi.
 
@@ -18,5 +17,6 @@ MAPC_EXEC := wine mapc.exe
 BALL_TARG := neverball.exe
 PUTT_TARG := neverputt.exe
 
+BASE_LIBS := $(SDL_LIBS) -lSDL_image -lintl
 LIBS := $(X11_PATH) -lSDL_mixer $(SDL_LIBS) -lSDL_ttf -lSDL_image \
        $(FT2_LIBS) $(OGL_LIBS) -lintl -lpng -lz -ljpeg