aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/vs2008/debug.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/vs2008/debug.vsprops')
-rw-r--r--ports/winnt/vs2008/debug.vsprops20
1 files changed, 20 insertions, 0 deletions
diff --git a/ports/winnt/vs2008/debug.vsprops b/ports/winnt/vs2008/debug.vsprops
new file mode 100644
index 000000000000..0a1619748dbb
--- /dev/null
+++ b/ports/winnt/vs2008/debug.vsprops
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="debug-x86"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="&quot;$(OPENSSL_INC)&quot;"
+ PreprocessorDefinitions="_DEBUG;OPENSSL"
+ RuntimeLibrary="1"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies=" $(OPENSSL_LIB)\libeay32.lib"
+ TargetMachine="1"
+ />
+</VisualStudioPropertySheet>