Author: greatlrd Date: Wed Apr 11 02:47:12 2007 New Revision: 26315
URL: http://svn.reactos.org/svn/reactos?rev=26315&view=rev Log: 1. small hack to getting a new checked treed being build. 2. This bug does not show if you doing make clean and Build only affect a new frech tree 3. please fix the makefile more right this is a small hack until some fix it.
Modified: trunk/reactos/Makefile
Modified: trunk/reactos/Makefile URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=26315&r1=2... ============================================================================== --- trunk/reactos/Makefile (original) +++ trunk/reactos/Makefile Wed Apr 11 02:47:12 2007 @@ -387,6 +387,18 @@ ERRCODES_H = include$(SEP)reactos$(SEP)errcodes.h ERRCODES_RC = dll$(SEP)win32$(SEP)kernel32$(SEP)errcodes.rc
+ +# Hack getting ReactOS trunk Build again +# the reail ARCH are not avail until we run +# rbuild and rbuild genreate makefile.auto +# only in makefile.auto we got the +# ARCH avail not before. So FIX THIS +# ISSSUE ASAP, other wise the ntapi.h +# will not be autogenretaed for right +# platforms. + +$ARCH :=i386 + include lib/lib.mak include tools/tools.mak include boot/freeldr/bootsect/bootsect.mak