From: Julian Smart Date: Wed, 8 Mar 2000 14:10:30 +0000 (+0000) Subject: Correction X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8fdffc7e9b53060a1319d4c8d2501c3ddf1e6c51 Correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/makefile.vc b/src/msw/makefile.vc index 21d52241cf..296de35154 100644 --- a/src/msw/makefile.vc +++ b/src/msw/makefile.vc @@ -359,7 +359,7 @@ HTMLOBJS = ..\html\$D\helpctrl.obj \ OBJECTS = $(COMMONOBJS) $(GENERICOBJS) $(MSWOBJS) $(HTMLOBJS) # Normal, static library -all: dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png$(LIBEXT) zlib$(LIBEXT) xpm$(LIBEXT) jpeg$(LIBEXT) tiff$(LIBEXT) $(LIBTARGET) +all: dirs $(DUMMYOBJ) $(OBJECTS) $(PERIPH_TARGET) png zlib xpm jpeg tiff $(LIBTARGET) dirs: $(MSWDIR)\$D $(COMMDIR)\$D $(GENDIR)\$D $(OLEDIR)\$D $(HTMLDIR)\$D