X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0f7bd8a4fa62067778518ecd270bccc110612de..e356d4693d7d8459f849ae9700d46913bb1dc055:/src/xrc/makefile.vc

diff --git a/src/xrc/makefile.vc b/src/xrc/makefile.vc
index ab96c5ef53..5c053b8047 100644
--- a/src/xrc/makefile.vc
+++ b/src/xrc/makefile.vc
@@ -47,7 +47,7 @@ LIBTARGET=$(WXDIR)\lib\wxxrc$(LIBEXT).lib
 EXTRATARGETS=$(D)
 
 OBJECTS=$(EXPAT_OBJS) \
-        $(D)\xml.obj xmlres.obj \
+        $(D)\xml.obj $(D)\xmlres.obj \
         $(D)\xmlrsall.obj $(D)\xh_bttn.obj $(D)\xh_chckb.obj $(D)\xh_chckl.obj \
 		$(D)\xh_choic.obj $(D)\xh_combo.obj $(D)\xh_dlg.obj \
         $(D)\xh_frame.obj $(D)\xh_gauge.obj $(D)\xh_html.obj $(D)\xh_menu.obj \
@@ -58,7 +58,7 @@ OBJECTS=$(EXPAT_OBJS) \
         $(D)\xh_bmpbt.obj $(D)\xh_cald.obj $(D)\xh_listc.obj $(D)\xh_scrol.obj \
         $(D)\xh_stbox.obj $(D)\xh_tree.obj $(D)\xh_stlin.obj $(D)\xh_bmp.obj \
         $(D)\xh_unkwn.obj $(D)\xh_gdctl.obj $(D)\xh_scwin.obj \
-        $(D)\xh_split.obj
+        $(D)\xh_split.obj $(D)\xh_wizrd.obj
 
 !include $(WXDIR)\src\makelib.vc