mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Add back support for WINEBUILD_FLAGS which someone removed when going from modulehandler.cpp to rules.mak... thanks.
svn path=/trunk/; revision=41908
This commit is contained in:
@@ -152,7 +152,7 @@ define RBUILD_WINEBUILD_DEF
|
||||
|
||||
$(6): $(2) $$(WINEBUILD_TARGET) | ${call RBUILD_intermediate_dir,$(6)}
|
||||
$$(ECHO_WINEBLD)
|
||||
$$(Q)$$(WINEBUILD_TARGET) -o $$@ --def -E $$< --filename $(5) ${call RBUILD_spec_flags,$(1),$(4)}
|
||||
$$(Q)$$(WINEBUILD_TARGET) $$(WINEBUILD_FLAGS) -o $$@ --def -E $$< --filename $(5) ${call RBUILD_spec_flags,$(1),$(4)}
|
||||
|
||||
endef
|
||||
|
||||
@@ -161,7 +161,7 @@ define RBUILD_WINEBUILD_STUBS
|
||||
|
||||
$(6): $(2) $$(WINEBUILD_TARGET) | ${call RBUILD_intermediate_dir,$(6)}
|
||||
$$(ECHO_WINEBLD)
|
||||
$$(Q)$$(WINEBUILD_TARGET) -o $$@ --pedll $$< --filename $(5) ${call RBUILD_spec_flags,$(1),$(4)}
|
||||
$$(Q)$$(WINEBUILD_TARGET) $$(WINEBUILD_FLAGS) -o $$@ --pedll $$< --filename $(5) ${call RBUILD_spec_flags,$(1),$(4)}
|
||||
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user