]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/statbar/Makefile.in
order the Makefile alphabetically so that diffs are human readable
[wxWidgets.git] / samples / statbar / Makefile.in
index 5c19e29fde764a0eaf83962b0b2b7f75f206e9e4..8f58fbb518c2cc0c9e35e8a7abaed96a59136644 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@
@@ -97,7 +98,7 @@ install: all
 install-strip: install
 
 statbar$(EXEEXT): statbar_statbar.o $(__statbar___win32rc)
-       $(CXX) -o $@  statbar_statbar.o $(__statbar___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 $@  statbar_statbar.o $(__statbar___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)
        $(__statbar___mac_rezcmd)
        $(__statbar___mac_setfilecmd)