Allow to build both gpl and ent at once.
This commit is contained in:
@@ -19,6 +19,18 @@ all:: build
|
|||||||
#
|
#
|
||||||
###################################################################
|
###################################################################
|
||||||
|
|
||||||
|
WXS = \
|
||||||
|
studio_gcc.wxs \
|
||||||
|
studio_core.wxs \
|
||||||
|
studio_examples.wxs \
|
||||||
|
studio_libraries.wxs \
|
||||||
|
studio_gobo.wxs \
|
||||||
|
studio_experimental.wxs \
|
||||||
|
studio_gobo_experimental.wxs \
|
||||||
|
studio_gdiplus.wxs \
|
||||||
|
studio_ent_ec.wxs \
|
||||||
|
studio_gpl_ec.wxs
|
||||||
|
|
||||||
WXS_GPL = \
|
WXS_GPL = \
|
||||||
studio_gcc.wxs \
|
studio_gcc.wxs \
|
||||||
studio_core.wxs \
|
studio_core.wxs \
|
||||||
@@ -42,7 +54,7 @@ WXS_ENT = \
|
|||||||
studio_ent_ec.wxs
|
studio_ent_ec.wxs
|
||||||
|
|
||||||
|
|
||||||
build: $(WXS_GPL) $(WXS_ENT)
|
build: $(WXS)
|
||||||
|
|
||||||
studio_gcc.wxs:
|
studio_gcc.wxs:
|
||||||
$(HALLOW) $(HALLOW_FLAGS) "$(INSTALL_DIR)\EiffelStudio\gcc" -dr:"Dir.gcc" -g:"gcc" -r -n:"gcc." > $@.tmp
|
$(HALLOW) $(HALLOW_FLAGS) "$(INSTALL_DIR)\EiffelStudio\gcc" -dr:"Dir.gcc" -g:"gcc" -r -n:"gcc." > $@.tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user