WaxDragon wrote:
ekohl commited some variables into rules.mak for his 13704 change, are all these correct?
--- /trunk/reactos/rules.mak 2005/02/21 11:01:32 13703 +++ trunk/reactos/rules.mak 2005/02/21 12:38:50 13704 @@ -1,3 +1,7 @@ +export VERBOSE = yes +export BUILD_MAP = yes +export BUILD_SYM = no
# Default to half-verbose mode ifeq ($(VERBOSE),no) Q = @ @@ -163,6 +167,7 @@ export XSLTPROC = $(Q)xsltproc export MS2PS = $(Q)$(TOOLS_PATH)/ms2ps/ms2ps export WRC = $(Q)$(TOOLS_PATH)/wrc/wrc +export WIDL = $(Q)$(TOOLS_PATH)/widl/widl
export STD_CFLAGS = -I$(PATH_TO_TOP)/include -I$(W32API_PATH)/include -pipe -march=$(OARCH) -D_M_IX86 export STD_CPPFLAGS = $(STD_CFLAGS)
Andrew
Whether they're "correct" or not depends on what one wants.
I'd prefer to keep the half-verbose build output as the default - did you commit those changes by accident, Eric?
- blight