[opendemo-cvs] CVS: opendemo/tools/odcut Makefile,1.1,1.2
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2005-02-06 20:37:57
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7572 Modified Files: Makefile Log Message: add rule to start the GUI layouter Index: Makefile =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile 6 Feb 2005 17:17:56 -0000 1.1 --- Makefile 6 Feb 2005 20:37:48 -0000 1.2 *************** *** 1,4 **** --- 1,9 ---- + # $Id$ + all: OdGuiFrame.pm + layout: + wxglade OdGuiFrame.wxg + %.pm: %.wxg wxglade --generate-code=perl --output=$@ $< |