Explorar el Código

Makefile: add entries for windows build

Marek Marczykowski-Górecki hace 10 años
padre
commit
39918fa9e2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Makefile.builder

+ 2 - 0
Makefile.builder

@@ -1,3 +1,5 @@
 ifeq ($(PACKAGE_SET),dom0)
 RPM_SPEC_FILES := $(addprefix rpm_spec/,core-dom0.spec core-dom0-doc.spec)
+WIN_SOURCE_SUBDIRS := .
+WIN_COMPILER := mingw
 endif