diff options
-rw-r--r-- | ext/dotnet/dotnet.cpp | 4 | ||||
-rw-r--r-- | ext/dotnet/dotnet.dsp | 8 | ||||
-rw-r--r-- | ext/rpc/dotnet/dotnet.cpp | 4 | ||||
-rw-r--r-- | ext/rpc/dotnet/dotnet.dsp | 8 |
4 files changed, 12 insertions, 12 deletions
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 ""
|