|
From: Peter K. <syn...@us...> - 2006-12-09 17:08:49
|
Update of /cvsroot/smartwin/SmartWin/tests In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv8307 Modified Files: Makefile.mingw Log Message: add Graph example to the mingw build process Index: Makefile.mingw =================================================================== RCS file: /cvsroot/smartwin/SmartWin/tests/Makefile.mingw,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.mingw 18 Apr 2006 12:57:11 -0000 1.10 +++ Makefile.mingw 9 Dec 2006 17:08:39 -0000 1.11 @@ -27,6 +27,7 @@ sub-WidgetComboBox \ sub-WidgetDateTimePicker \ sub-WidgetFun \ + sub-WidgetGraph \ sub-WidgetInherited \ sub-WidgetList \ sub-WidgetLoadFile \ @@ -76,6 +77,7 @@ clean-sub-WidgetCheckBox \ clean-sub-WidgetComboBox \ clean-sub-WidgetDateTimePicker \ + clean-sub-WidgetWidgetGraph \ clean-sub-WidgetFun \ clean-sub-WidgetInherited \ clean-sub-WidgetList \ @@ -240,6 +242,12 @@ $(MAKE) -f $(MAKEFILE) @cd .. +sub-WidgetGraph : FORCE + cd WidgetGraph && \ + $(COPY) ..\$(MAKEFILE).4all $(MAKEFILE) && \ + $(MAKE) -f $(MAKEFILE) + @cd .. + sub-WidgetInherited : FORCE cd WidgetInherited && \ $(COPY) ..\$(MAKEFILE).4all $(MAKEFILE) && \ |