summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Heijl <danny@php.net>2000-07-03 19:27:28 +0000
committerDanny Heijl <danny@php.net>2000-07-03 19:27:28 +0000
commit017cde1d115ecfbafdc54d4e96e3f99d76a6210e (patch)
treeed6fbba221ab2c4666be43aaf25fdbb21bb1e5d2
parent6d6d52551eab974cf3a09367a836ae24de918af2 (diff)
downloadphp-git-017cde1d115ecfbafdc54d4e96e3f99d76a6210e.tar.gz
- Informix driver : Changes for new "main" directory (win32 build)
-rw-r--r--ext/informix/ifx.dsp2
-rw-r--r--ext/informix/ifx_custom_build.dsp22
2 files changed, 11 insertions, 13 deletions
diff --git a/ext/informix/ifx.dsp b/ext/informix/ifx.dsp
index 460f4aa7e1..3cb08ecc2d 100644
--- a/ext/informix/ifx.dsp
+++ b/ext/informix/ifx.dsp
@@ -43,7 +43,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL" /D HAVE_IFX=1 /D HAVE_IUS=1 /D "ZTS" /D ZEND_WIN32=1 /D PHP_WIN32=1 /D IFX_VERSION=921 /D COMPILE_DL_INFORMIX=1 /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\main" /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL" /D HAVE_IFX=1 /D HAVE_IUS=1 /D "ZTS" /D ZEND_WIN32=1 /D PHP_WIN32=1 /D IFX_VERSION=921 /D COMPILE_DL_INFORMIX=1 /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
# ADD BASE RSC /l 0x406 /d "NDEBUG"
diff --git a/ext/informix/ifx_custom_build.dsp b/ext/informix/ifx_custom_build.dsp
index b26a679fb6..2b906607a6 100644
--- a/ext/informix/ifx_custom_build.dsp
+++ b/ext/informix/ifx_custom_build.dsp
@@ -1,5 +1,5 @@
# Microsoft Developer Studio Project File - Name="ifx_custom_build" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
@@ -17,16 +17,16 @@ CFG=ifx_custom_build - Win32 Release
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "ifx_custom_build - Win32 Release" (based on\
- "Win32 (x86) Static Library")
-!MESSAGE "ifx_custom_build - Win32 Debug" (based on\
- "Win32 (x86) Static Library")
+!MESSAGE "ifx_custom_build - Win32 Release" (based on "Win32 (x86) Static Library")
+!MESSAGE "ifx_custom_build - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
+RSC=rc.exe
!IF "$(CFG)" == "ifx_custom_build - Win32 Release"
@@ -40,11 +40,10 @@ CPP=cl.exe
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
-RSC=rc.exe
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -64,11 +63,10 @@ LIB32=link.exe -lib
# PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
-RSC=rc.exe
-# ADD BASE RSC /l 0x409
-# ADD RSC /l 0x409 /i "c:\include"
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD BASE RSC /l 0x409
+# ADD RSC /l 0x409 /i "c:\include"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -92,7 +90,7 @@ SOURCE=.\ifx.ec
InputPath=.\ifx.ec
"ifx.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- esql.exe -dcmdl -p -G -subsystem:windows -thread -I..\.. ifx.ec
+ esql.exe -dcmdl -p -G -subsystem:windows -thread -I..\..\main ifx.ec
# End Custom Build