[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] cvs: pecl /pdo_informix config.w32
From:       "Dan Scott" <dbs () php ! net>
Date:       2006-02-28 16:33:11
Message-ID: cvsdbs1141144391 () cvsserver
[Download RAW message or body]

dbs		Tue Feb 28 16:33:11 2006 UTC

  Modified files:              
    /pecl/pdo_informix	config.w32 
  Log:
  Add PHP build dir so this builds in regular PECL builds.
  
  
http://cvs.php.net/viewcvs.cgi/pecl/pdo_informix/config.w32?r1=1.5&r2=1.6&diff_format=u
                
Index: pecl/pdo_informix/config.w32
diff -u pecl/pdo_informix/config.w32:1.5 pecl/pdo_informix/config.w32:1.6
--- pecl/pdo_informix/config.w32:1.5	Thu Nov 24 05:22:35 2005
+++ pecl/pdo_informix/config.w32	Tue Feb 28 16:33:11 2006
@@ -1,19 +1,19 @@
-// $Id: config.w32,v 1.5 2005/11/24 05:22:35 dbs Exp $
-// vim:ft=javascript
-
-ARG_WITH("pdo-informix", "Informix IDS support for PDO. Pass the location of the \
                Informix CSDK, for example, --with-pdo-informix=C:\\IBM\\CSDK", \
                "no");
-
-if (PHP_PDO_INFORMIX != "no") {
-	if (CHECK_LIB("iclit09b.lib", "pdo_informix", PHP_PDO_INFORMIX) &&
-		CHECK_HEADER_ADD_INCLUDE('sql.h', 'CFLAGS_PDO_INFORMIX', PHP_PDO_INFORMIX + \
                '\\incl\\cli') &&
-		CHECK_HEADER_ADD_INCLUDE('ifxtypes.h', 'CFLAGS_PDO_INFORMIX', PHP_PDO_INFORMIX + \
                '\\incl\\esql')) {
-		ADD_FLAG( 'CFLAGS_PDO_INFORMIX' , '/I "' + PHP_PDO_INFORMIX + '\\incl\\cli" ');
-		ADD_FLAG( 'CFLAGS_PDO_INFORMIX' , '/I "' + PHP_PDO_INFORMIX + '\\incl\\esql" ');
-		ADD_FLAG( 'LDFLAGS_PDO_INFORMIX' , '/libpath:"' + PHP_PDO_INFORMIX + '\\lib" ' );
-  	        EXTENSION('pdo_informix', "pdo_informix.c informix_driver.c \
                informix_statement.c");
-	}
-        else {
-                WARNING("pdo_informix not enabled; libraries and headers not \
                found");
-        }
-	ADD_EXTENSION_DEP("pdo_informix", "pdo");
-}
+// $Id: config.w32,v 1.6 2006/02/28 16:33:11 dbs Exp $
+// vim:ft=javascript
+
+ARG_WITH("pdo-informix", "Informix IDS support for PDO. Pass the location of the \
Informix CSDK, for example, --with-pdo-informix=C:\\IBM\\CSDK", "no"); +
+if (PHP_PDO_INFORMIX != "no") {
+	if (CHECK_LIB("iclit09b.lib", "pdo_informix", PHP_PDO_INFORMIX) &&
+		CHECK_HEADER_ADD_INCLUDE('sql.h', 'CFLAGS_PDO_INFORMIX', PHP_PDO_INFORMIX + \
'\\incl\\cli;' + PHP_PHP_BUILD + "\\include\\informix\\cli") && \
+		CHECK_HEADER_ADD_INCLUDE('ifxtypes.h', 'CFLAGS_PDO_INFORMIX', PHP_PDO_INFORMIX + \
'\\incl\\esql;' + PHP_PHP_BUILD + "\\include\\informix\\esql")) { +		ADD_FLAG( \
'CFLAGS_PDO_INFORMIX' , '/I "' + PHP_PDO_INFORMIX + '\\incl\\cli" '); +		ADD_FLAG( \
'CFLAGS_PDO_INFORMIX' , '/I "' + PHP_PDO_INFORMIX + '\\incl\\esql" '); +		ADD_FLAG( \
'LDFLAGS_PDO_INFORMIX' , '/libpath:"' + PHP_PDO_INFORMIX + '\\lib" ' ); +  	        \
EXTENSION('pdo_informix', "pdo_informix.c informix_driver.c informix_statement.c"); \
+	} +        else {
+                WARNING("pdo_informix not enabled; libraries and headers not \
found"); +        }
+	ADD_EXTENSION_DEP("pdo_informix", "pdo");
+}

-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic