From: Francesco <fr...@us...> - 2005-06-12 22:09:20
|
Update of /cvsroot/wxlua/wxLua/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7008/build/bakefiles Modified Files: wxluabase.bkl Log Message: Fixed module builds (beta) Index: wxluabase.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxluabase.bkl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxluabase.bkl 12 Jun 2005 18:29:20 -0000 1.1 --- wxluabase.bkl 12 Jun 2005 22:09:12 -0000 1.2 *************** *** 173,185 **** $(value) library; this is because wxLua does not adopt special library namings like wx does --> ! <define-tag name="lua-lib" rules="exe,dll,module"><sys-lib>$(value)</sys-lib></define-tag> <!-- this tag includes the wxLua required libraries, it will be defined later in options.bkl --> ! <define-tag name="lua-req-libs" rules="exe,dll,module"/> <!-- some tag infos --> ! <tag-info name="lua-lib" position="before:lua-req-libs"/> ! <tag-info name="lua-req-libs" position="before:__wxlua-libs-point"/> <tag-info name="wx-lib" position="after:__wxlua-libs-point"/> --- 173,185 ---- $(value) library; this is because wxLua does not adopt special library namings like wx does --> ! <define-tag name="wxlua-lib" rules="exe,dll,module"><sys-lib>$(value)</sys-lib></define-tag> <!-- this tag includes the wxLua required libraries, it will be defined later in options.bkl --> ! <define-tag name="wxlua-req-libs" rules="exe,dll,module"/> <!-- some tag infos --> ! <tag-info name="wxlua-lib" position="before:wxlua-req-libs"/> ! <tag-info name="wxlua-req-libs" position="before:__wxlua-libs-point"/> <tag-info name="wx-lib" position="after:__wxlua-libs-point"/> *************** *** 191,196 **** <!-- an additional include & link path are required not only on win32 but also on *nix: when compiling the samples or the library the user has not ! installed the library yet ! --> ! <include>$(WXLUA_BASEDIR)$(DIRSEP)include</include> <include>$(WXLUA_BASEDIR)$(DIRSEP)modules</include> --- 191,195 ---- <!-- an additional include & link path are required not only on win32 but also on *nix: when compiling the samples or the library the user has not ! installed the library yet ! --> <include>$(WXLUA_BASEDIR)$(DIRSEP)modules</include> |