From f3e305f0492660cb84b3f42b7c9c6bc01fbd1d76 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 7 Jun 2003 10:12:53 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/xrc/makefile.vc | 2 +- src/xrc/makefile.vc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/xrc/makefile.vc b/contrib/src/xrc/makefile.vc index a3cfa52369..ee9600bae4 100644 --- a/contrib/src/xrc/makefile.vc +++ b/contrib/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 \ diff --git a/src/xrc/makefile.vc b/src/xrc/makefile.vc index a3cfa52369..ee9600bae4 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 \