mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
get GreatLord's hack at least to work
svn path=/trunk/; revision=26316
This commit is contained in:
parent
e43e673325
commit
75361b6928
1 changed files with 2 additions and 1 deletions
|
@ -397,7 +397,7 @@ ERRCODES_RC = dll$(SEP)win32$(SEP)kernel32$(SEP)errcodes.rc
|
|||
# will not be autogenretaed for right
|
||||
# platforms.
|
||||
|
||||
$ARCH :=i386
|
||||
ARCH :=i386
|
||||
|
||||
include lib/lib.mak
|
||||
include tools/tools.mak
|
||||
|
@ -413,6 +413,7 @@ PREAUTO := \
|
|||
$(BUGCODES_RC) \
|
||||
$(ERRCODES_H) \
|
||||
$(ERRCODES_RC) \
|
||||
$(NCI_SERVICE_FILES) \
|
||||
$(GENDIB_DIB_FILES)
|
||||
|
||||
$(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
|
||||
|
|
Loading…
Reference in a new issue