]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/Makefile.in
Applied patch [ 767505 ] BCB6 link error
[wxWidgets.git] / samples / image / Makefile.in
index cb8c8d8ffd6087ab41f9f0eefd8964afb75cb579..eeab5004368e5ef617fefff153e9152cf8e3d982 100644 (file)
@@ -15,6 +15,7 @@ CXX = @CXX@
 CXXFLAGS = @CXXFLAGS@
 EXEEXT = @EXEEXT@
 EXTRALIBS = @EXTRALIBS@
+EXTRALIBS_GUI = @EXTRALIBS_GUI@
 LDFLAGS = @LDFLAGS@
 LDFLAGS_GUI = @LDFLAGS_GUI@
 RESCOMP = @RESCOMP@
@@ -87,7 +88,6 @@ clean:
        rm -rf ./.deps
        rm -f -f ./*.o
        rm -f image$(EXEEXT)
-       rm -f ./horse.png ./horse.jpg ./horse.bmp ./horse.gif ./horse.pcx ./horse.pnm ./horse.tif ./horse.xpm ./horse.cur ./horse.ico ./horse3.ani ./smile.xbm
 
 data: 
        @mkdir -p .
@@ -102,7 +102,7 @@ distclean: clean
        rm -f bk-deps shared-ld-sh
 
 image$(EXEEXT): image_image.o $(__image___win32rc)
-       $(CXX) -o $@  image_image.o $(__image___win32rc) $(LDFLAGS)   -L$(top_builddir)lib $(SAMPLES_RPATH_FLAG) $(LDFLAGS_GUI)  $(__WXLIB_MONO_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(EXTRALIBS)
+       $(CXX) -o $@  image_image.o $(__image___win32rc) $(LDFLAGS)   -L$(top_builddir)lib $(SAMPLES_RPATH_FLAG) $(LDFLAGS_GUI)  $(__WXLIB_MONO_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(__LIB_ZLIB_p) $(__LIB_ODBC_p) $(__LIB_REGEX_p) $(EXTRALIBS) $(EXTRALIBS_GUI)
        $(__image___mac_rezcmd)
        $(__image___mac_setfilecmd)