Author: gedmurphy Date: Fri Jan 22 16:52:35 2010 New Revision: 45200
URL: http://svn.reactos.org/svn/reactos?rev=45200&view=rev Log: Add base libs
Added: branches/Tree-restructure-test/sdk/libs/atl/ - copied from r44923, trunk/reactos/lib/atl/ branches/Tree-restructure-test/sdk/libs/cmlib/ - copied from r44923, trunk/reactos/lib/cmlib/ branches/Tree-restructure-test/sdk/libs/inflib/ - copied from r44923, trunk/reactos/lib/inflib/ branches/Tree-restructure-test/sdk/libs/lib.mak - copied, changed from r44923, trunk/reactos/lib/lib.mak branches/Tree-restructure-test/sdk/libs/libxml2/ - copied from r44923, trunk/reactos/lib/3rdparty/libxml2/ branches/Tree-restructure-test/sdk/libs/pseh/ - copied from r44923, trunk/reactos/lib/pseh/ branches/Tree-restructure-test/sdk/libs/rossym/ - copied from r44923, trunk/reactos/lib/rossym/
Copied: branches/Tree-restructure-test/sdk/libs/lib.mak (from r44923, trunk/reactos/lib/lib.mak) URL: http://svn.reactos.org/svn/reactos/branches/Tree-restructure-test/sdk/libs/l... ============================================================================== --- trunk/reactos/lib/lib.mak [iso-8859-1] (original) +++ branches/Tree-restructure-test/sdk/libs/lib.mak [iso-8859-1] Fri Jan 22 16:52:35 2010 @@ -1,7 +1,7 @@ LIB_BASE = lib LIB_BASE_ = $(LIB_BASE)$(SEP)
-include lib/inflib/inflib.mak -ifeq ($(ARCH),powerpc) -include lib/ppcmmu/ppcmmu.mak -endif +include sdk/libs/inflib/inflib.mak +#ifeq ($(ARCH),powerpc) +#include lib/ppcmmu/ppcmmu.mak +#endif