From: Daniel Beulshausen Date: Mon, 30 Apr 2001 10:57:31 +0000 (+0000) Subject: make dotnet module build again & fix dsp ouput dir X-Git-Tag: php-4.0.6RC1~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eaffbfcb0ca000370dec9c6e909e60c38a77d79;p=php make dotnet module build again & fix dsp ouput dir --- diff --git a/ext/dotnet/dotnet.cpp b/ext/dotnet/dotnet.cpp index 8ad7f6bc7c..fc9e2ef678 100644 --- a/ext/dotnet/dotnet.cpp +++ b/ext/dotnet/dotnet.cpp @@ -38,11 +38,11 @@ extern "C" { /* this should be included in the includes itself !! */ #include "php.h" #include "ext/standard/info.h" +#include "../com/conversion.h" +#include "../com/php_COM.h" } -#include "../com/conversion.h" -#include "../com/php_COM.h" #include "Mscoree.h" #include "mscorlib.h" diff --git a/ext/dotnet/dotnet.dsp b/ext/dotnet/dotnet.dsp index 0e6cb28b55..a0b151f68a 100644 --- a/ext/dotnet/dotnet.dsp +++ b/ext/dotnet/dotnet.dsp @@ -40,7 +40,7 @@ RSC=rc.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\Release" +# PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" @@ -66,7 +66,7 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\Debug" +# PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" @@ -92,7 +92,7 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\Debug_TS" +# PROP Output_Dir "Debug_TS" # PROP Intermediate_Dir "Debug_TS" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" @@ -118,7 +118,7 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\Release_TS" +# PROP Output_Dir "Release_TS" # PROP Intermediate_Dir "Release_TS" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" diff --git a/ext/rpc/dotnet/dotnet.cpp b/ext/rpc/dotnet/dotnet.cpp index 8ad7f6bc7c..fc9e2ef678 100644 --- a/ext/rpc/dotnet/dotnet.cpp +++ b/ext/rpc/dotnet/dotnet.cpp @@ -38,11 +38,11 @@ extern "C" { /* this should be included in the includes itself !! */ #include "php.h" #include "ext/standard/info.h" +#include "../com/conversion.h" +#include "../com/php_COM.h" } -#include "../com/conversion.h" -#include "../com/php_COM.h" #include "Mscoree.h" #include "mscorlib.h" diff --git a/ext/rpc/dotnet/dotnet.dsp b/ext/rpc/dotnet/dotnet.dsp index 0e6cb28b55..a0b151f68a 100644 --- a/ext/rpc/dotnet/dotnet.dsp +++ b/ext/rpc/dotnet/dotnet.dsp @@ -40,7 +40,7 @@ RSC=rc.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\Release" +# PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" @@ -66,7 +66,7 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\Debug" +# PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" @@ -92,7 +92,7 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\Debug_TS" +# PROP Output_Dir "Debug_TS" # PROP Intermediate_Dir "Debug_TS" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" @@ -118,7 +118,7 @@ LINK32=link.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 -# PROP Output_Dir "..\..\Release_TS" +# PROP Output_Dir "Release_TS" # PROP Intermediate_Dir "Release_TS" # PROP Ignore_Export_Lib 0 # PROP Target_Dir ""