|
From: Emilien K. <cur...@us...> - 2005-09-24 11:44:29
|
Update of /cvsroot/wxdevcenter/wxDevCenter/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25588/build/bakefiles Modified Files: Tag: modularisation wxdc-modules.bkl Log Message: Intend to modularize. Index: wxdc-modules.bkl =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/build/bakefiles/Attic/wxdc-modules.bkl,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** wxdc-modules.bkl 21 Sep 2005 15:00:38 -0000 1.1.2.1 --- wxdc-modules.bkl 24 Sep 2005 11:44:20 -0000 1.1.2.2 *************** *** 4,8 **** --- 4,11 ---- <template id="wxdc-module" template="wxDLL"> + <depends>wxDevCenterLib</depends> <install-to>$(LIBDIR)/wxDevCenter/modules</install-to> + <lib-path>./lib</lib-path> + <sys-lib>wxDevCenterLib</sys-lib> </template> |