core-admin/Makefile.builder

7 lines
149 B
Makefile
Raw Normal View History

2013-03-18 02:24:49 +01:00
ifeq ($(PACKAGE_SET),dom0)
RPM_SPEC_FILES := rpm_spec/core-dom0.spec
WIN_SOURCE_SUBDIRS := .
WIN_COMPILER := mingw
2013-09-26 22:28:37 +02:00
WIN_PACKAGE_CMD := make msi
2013-03-18 02:24:49 +01:00
endif