mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fixed some dependency issues, verbose support, 'make clean' gets more
svn path=/branches/xmlbuildsystem/; revision=13899
This commit is contained in:
@@ -84,9 +84,11 @@ UNICODE_HOST_CFLAGS = \
|
||||
-I$(UNICODE_BASE) -Iinclude/wine -Iw32api/include
|
||||
|
||||
$(UNICODE_TARGET): $(UNICODE_OBJECTS)
|
||||
$(HALFVERBOSEECHO) [AR] $@
|
||||
${host_ar} -rc $(UNICODE_TARGET) $(UNICODE_OBJECTS)
|
||||
|
||||
$(UNICODE_OBJECTS): %.o : %.c
|
||||
$(HALFVERBOSEECHO) [CC] $<
|
||||
${host_gcc} $(UNICODE_HOST_CFLAGS) -c $< -o $@
|
||||
|
||||
.PHONY: unicode_clean
|
||||
|
||||
Reference in New Issue
Block a user