From 8fdffc7e9b53060a1319d4c8d2501c3ddf1e6c51 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 8 Mar 2000 14:10:30 +0000 Subject: [PATCH] Correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0