From: Edin Kadribasic Date: Sat, 22 Jan 2005 03:36:38 +0000 (+0000) Subject: Generate files needed for php5ts.dll build X-Git-Tag: RELEASE_0_2~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afcd94f22d89dbf30db1adf2db1a7de622bfc732;p=php Generate files needed for php5ts.dll build --- diff --git a/win32/build/Makefile b/win32/build/Makefile index 203d304c0f..30662621d4 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -64,7 +64,7 @@ $(PHPDLL_RES): win32\build\template.rc /I$(BUILD_DIR) /d MC_INCLUDE="\"$(MCFILE)\"" \ win32\build\template.rc -$(BUILD_DIR)\$(PHPDLL): $(PHPDEF) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(PHPDLL_RES) $(MCFILE) +$(BUILD_DIR)\$(PHPDLL): generated_files $(PHPDEF) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(PHPDLL_RES) $(MCFILE) $(LD) /out:$(BUILD_DIR)\$(PHPDLL) $(PHP_LDFLAGS) $(LDFLAGS) $(STATIC_EXT_LDFLAGS) $(PHP_GLOBAL_OBJS) $(STATIC_EXT_OBJS) $(STATIC_EXT_LIBS) $(LIBS) $(PHPDLL_RES) $(BUILD_DIR)\$(PHPLIB): $(BUILD_DIR)\$(PHPDLL)