summaryrefslogtreecommitdiff
path: root/ext/dotnet
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-04-30 10:57:31 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-04-30 10:57:31 +0000
commit9eaffbfcb0ca000370dec9c6e909e60c38a77d79 (patch)
treedf10714ad1fb21bffed744ad3ac4a70340669e65 /ext/dotnet
parentcdbe5f50b090f4760e216d504034ab521d2fd611 (diff)
downloadphp-git-9eaffbfcb0ca000370dec9c6e909e60c38a77d79.tar.gz
make dotnet module build again & fix dsp ouput dir
Diffstat (limited to 'ext/dotnet')
-rw-r--r--ext/dotnet/dotnet.cpp4
-rw-r--r--ext/dotnet/dotnet.dsp8
2 files changed, 6 insertions, 6 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 ""