From 4f1f3401991dae30b9adb49a6ab7dfc6cf596ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 25 Apr 2003 22:34:25 +0000 Subject: [PATCH] added xh_wizrd.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/src/xrc/XrcVC.dsp | 4 ++++ contrib/src/xrc/makefile.b32 | 2 +- contrib/src/xrc/makefile.g95 | 2 +- contrib/src/xrc/makefile.vc | 2 +- contrib/src/xrc/makefile.wat | 1 + src/xrc/XrcVC.dsp | 4 ++++ src/xrc/makefile.b32 | 2 +- src/xrc/makefile.g95 | 2 +- src/xrc/makefile.vc | 2 +- src/xrc/makefile.wat | 1 + 10 files changed, 16 insertions(+), 6 deletions(-) diff --git a/contrib/src/xrc/XrcVC.dsp b/contrib/src/xrc/XrcVC.dsp index 9dbdbbffc0..5d3801c5d4 100644 --- a/contrib/src/xrc/XrcVC.dsp +++ b/contrib/src/xrc/XrcVC.dsp @@ -236,6 +236,10 @@ SOURCE=.\xh_unkwn.cpp # End Source File # Begin Source File +SOURCE=.\xh_wizrd.cpp +# End Source File +# Begin Source File + SOURCE=.\xml.cpp # End Source File # Begin Source File diff --git a/contrib/src/xrc/makefile.b32 b/contrib/src/xrc/makefile.b32 index 97f83438e1..8819c5f7ce 100644 --- a/contrib/src/xrc/makefile.b32 +++ b/contrib/src/xrc/makefile.b32 @@ -28,7 +28,7 @@ OBJECTS=$(EXPAT_OBJECTS) \ xh_text.obj xh_listb.obj xh_toolb.obj xh_stlin.obj xh_bmp.obj \ xh_bmpbt.obj xh_cald.obj xh_listc.obj xh_scrol.obj xh_stbox.obj \ xh_tree.obj xh_unkwn.obj xh_frame.obj xh_gdctl.obj xh_scwin.obj \ - xh_split.obj + xh_split.obj xh_wizrd.obj !include $(WXDIR)\src\makelib.b32 diff --git a/contrib/src/xrc/makefile.g95 b/contrib/src/xrc/makefile.g95 index 4c1fde8856..a3e9d80636 100644 --- a/contrib/src/xrc/makefile.g95 +++ b/contrib/src/xrc/makefile.g95 @@ -28,7 +28,7 @@ OBJECTS= $(XMLPARSEDIR_OBJECTS) $(XMLTOKDIR_OBJECTS) \ xh_radbx.o xh_sizer.o xh_slidr.o xh_spin.o xh_stbmp.o xh_sttxt.o \ xh_text.o xh_listb.o xh_toolb.o xh_stlin.o xh_bmp.o xh_unkwn.o \ xh_bmpbt.o xh_cald.o xh_listc.o xh_scrol.o xh_stbox.o xh_tree.o \ - xh_frame.o xh_gdctl.o xh_scwin.o xh_split.o + xh_frame.o xh_gdctl.o xh_scwin.o xh_split.o xh_wizrd.o include $(WXDIR)/src/makelib.g95 diff --git a/contrib/src/xrc/makefile.vc b/contrib/src/xrc/makefile.vc index ab96c5ef53..291f4fd2d0 100644 --- a/contrib/src/xrc/makefile.vc +++ b/contrib/src/xrc/makefile.vc @@ -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 diff --git a/contrib/src/xrc/makefile.wat b/contrib/src/xrc/makefile.wat index 3d489d8aea..7f82397aa6 100644 --- a/contrib/src/xrc/makefile.wat +++ b/contrib/src/xrc/makefile.wat @@ -47,6 +47,7 @@ OBJECTS=& $(OUTPUTDIR)\xh_unkwn.obj & $(OUTPUTDIR)\xh_frame.obj & $(OUTPUTDIR)\xh_scwin.obj & + $(OUTPUTDIR)\xh_wizrd.obj & $(OUTPUTDIR)\xh_split.obj !include $(WXDIR)\src\makelib.wat diff --git a/src/xrc/XrcVC.dsp b/src/xrc/XrcVC.dsp index 9dbdbbffc0..5d3801c5d4 100644 --- a/src/xrc/XrcVC.dsp +++ b/src/xrc/XrcVC.dsp @@ -236,6 +236,10 @@ SOURCE=.\xh_unkwn.cpp # End Source File # Begin Source File +SOURCE=.\xh_wizrd.cpp +# End Source File +# Begin Source File + SOURCE=.\xml.cpp # End Source File # Begin Source File diff --git a/src/xrc/makefile.b32 b/src/xrc/makefile.b32 index 97f83438e1..8819c5f7ce 100644 --- a/src/xrc/makefile.b32 +++ b/src/xrc/makefile.b32 @@ -28,7 +28,7 @@ OBJECTS=$(EXPAT_OBJECTS) \ xh_text.obj xh_listb.obj xh_toolb.obj xh_stlin.obj xh_bmp.obj \ xh_bmpbt.obj xh_cald.obj xh_listc.obj xh_scrol.obj xh_stbox.obj \ xh_tree.obj xh_unkwn.obj xh_frame.obj xh_gdctl.obj xh_scwin.obj \ - xh_split.obj + xh_split.obj xh_wizrd.obj !include $(WXDIR)\src\makelib.b32 diff --git a/src/xrc/makefile.g95 b/src/xrc/makefile.g95 index 4c1fde8856..a3e9d80636 100644 --- a/src/xrc/makefile.g95 +++ b/src/xrc/makefile.g95 @@ -28,7 +28,7 @@ OBJECTS= $(XMLPARSEDIR_OBJECTS) $(XMLTOKDIR_OBJECTS) \ xh_radbx.o xh_sizer.o xh_slidr.o xh_spin.o xh_stbmp.o xh_sttxt.o \ xh_text.o xh_listb.o xh_toolb.o xh_stlin.o xh_bmp.o xh_unkwn.o \ xh_bmpbt.o xh_cald.o xh_listc.o xh_scrol.o xh_stbox.o xh_tree.o \ - xh_frame.o xh_gdctl.o xh_scwin.o xh_split.o + xh_frame.o xh_gdctl.o xh_scwin.o xh_split.o xh_wizrd.o include $(WXDIR)/src/makelib.g95 diff --git a/src/xrc/makefile.vc b/src/xrc/makefile.vc index ab96c5ef53..291f4fd2d0 100644 --- a/src/xrc/makefile.vc +++ b/src/xrc/makefile.vc @@ -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 diff --git a/src/xrc/makefile.wat b/src/xrc/makefile.wat index 3d489d8aea..7f82397aa6 100644 --- a/src/xrc/makefile.wat +++ b/src/xrc/makefile.wat @@ -47,6 +47,7 @@ OBJECTS=& $(OUTPUTDIR)\xh_unkwn.obj & $(OUTPUTDIR)\xh_frame.obj & $(OUTPUTDIR)\xh_scwin.obj & + $(OUTPUTDIR)\xh_wizrd.obj & $(OUTPUTDIR)\xh_split.obj !include $(WXDIR)\src\makelib.wat