Makefile.builder 149 B

123456
  1. ifeq ($(PACKAGE_SET),dom0)
  2. RPM_SPEC_FILES := rpm_spec/core-dom0.spec
  3. WIN_SOURCE_SUBDIRS := .
  4. WIN_COMPILER := mingw
  5. WIN_PACKAGE_CMD := make msi
  6. endif