edink Fri Jan 21 22:36:38 2005 EDT
Modified files:
/php-src/win32/build Makefile
Log:
Generate files needed for php5ts.dll build
http://cvs.php.net/diff.php/php-src/win32/build/Makefile?r1=1.27&r2=1.28&ty=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.27 php-src/win32/build/Makefile:1.28
--- php-src/win32/build/Makefile:1.27 Sun Aug 1 08:32:03 2004
+++ php-src/win32/build/Makefile Fri Jan 21 22:36:38 2005
@@ -14,7 +14,7 @@
# | Author: Wez Furlong <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: Makefile,v 1.27 2004/08/01 12:32:03 wez Exp $
+# $Id: Makefile,v 1.28 2005/01/22 03:36:38 edink Exp $
# This is the makefile template for the win32 build
CC="$(CL)"
@@ -64,7 +64,7 @@
/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)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php