X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fmodule.rules;h=c92ababa2e0d6f189aa05c2c19236f4f0d7a7f35;hb=033e32de9c380f54c7d1362a3979da205ebc3a29;hp=8f63a143f01680ec81771b193613775fe3badc37;hpb=0703bc08a68c6a7a498e1d1c0a96654e8ce1c390;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/module.rules b/libhb/module.rules index 8f63a143..c92ababa 100644 --- a/libhb/module.rules +++ b/libhb/module.rules @@ -36,5 +36,17 @@ endif ############################################################################### +ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system)) + +libhb.build: $(LIBHB.dll) + +$(LIBHB.dll): | $(dirname $(LIBHB.dll) $(LIBHB.lib)) +$(LIBHB.dll): $(LIBHB.c.o) $(LIBHB.yasm.o) + $(call LIBHB.GCC.DYLIB++,$@,$^ $(LIBHB.dll.libs)) + +endif + +############################################################################### + clean: libhb.clean build: libhb.build