Author: gedmurphy Date: Fri Jan 22 16:55:53 2010 New Revision: 45201
URL: http://svn.reactos.org/svn/reactos?rev=45201&view=rev Log: Fix mak file paths, rbuild now starts to build
Modified: branches/Tree-restructure-test/Makefile branches/Tree-restructure-test/sdk/tools/tools.mak
Modified: branches/Tree-restructure-test/Makefile URL: http://svn.reactos.org/svn/reactos/branches/Tree-restructure-test/Makefile?r... ============================================================================== --- branches/Tree-restructure-test/Makefile [iso-8859-1] (original) +++ branches/Tree-restructure-test/Makefile [iso-8859-1] Fri Jan 22 16:55:53 2010 @@ -425,8 +425,8 @@
BUILDNO_H = $(INTERMEDIATE_)include$(SEP)reactos$(SEP)buildno.h
-include lib/lib.mak -include tools/tools.mak +include sdk/libs/lib.mak +include sdk/tools/tools.mak -include $(ROS_AUTOMAKE)
PREAUTO := \
Modified: branches/Tree-restructure-test/sdk/tools/tools.mak URL: http://svn.reactos.org/svn/reactos/branches/Tree-restructure-test/sdk/tools/... ============================================================================== --- branches/Tree-restructure-test/sdk/tools/tools.mak [iso-8859-1] (original) +++ branches/Tree-restructure-test/sdk/tools/tools.mak [iso-8859-1] Fri Jan 22 16:55:53 2010 @@ -1,4 +1,4 @@ -TOOLS_BASE = tools +TOOLS_BASE = sdk\tools TOOLS_BASE_ = $(TOOLS_BASE)$(SEP) TOOLS_INT = $(INTERMEDIATE_)$(TOOLS_BASE) TOOLS_INT_ = $(TOOLS_INT)$(SEP) @@ -40,15 +40,15 @@ $(ECHO_HOSTCC) ${host_gpp} $(TOOLS_CPPFLAGS) -c $< -o $@
-include tools/bin2c.mak -include tools/buildno/buildno.mak -include tools/gendib/gendib.mak -include tools/rsym/log2lines.mak -include tools/nci/nci.mak +include sdk/tools/bin2c.mak +include sdk/tools/buildno/buildno.mak +include sdk/tools/gendib/gendib.mak +include sdk/tools/rsym/log2lines.mak +include sdk/tools/nci/nci.mak ifeq ($(ARCH),powerpc) -include tools/ofw_interface/ofw_interface.mak +include sdk/tools/ofw_interface/ofw_interface.mak endif -include tools/pefixup.mak -include tools/rsym/raddr2line.mak -include tools/rbuild/rbuild.mak -include tools/rsym/rsym.mak +include sdk/tools/pefixup.mak +include sdk/tools/rsym/raddr2line.mak +include sdk/tools/rbuild/rbuild.mak +include sdk/tools/rsym/rsym.mak