Skip to content

Commit

Permalink
Updated Debug profiles for VS2008
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Gonçalves committed Jun 30, 2011
1 parent 1ffc019 commit 3d3c2f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions liblo-0.26/build/vs2008/liblo.vcproj
Expand Up @@ -190,6 +190,7 @@
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
CommandLine="copy /Y ..\config-msvc.h ..\..\config.h&#x0D;&#x0A;copy /Y ..\lo_endian-msvc.h ..\..\lo\lo_endian.h"
/> />
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Expand All @@ -206,7 +207,7 @@
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../../lo;../../src;../.." AdditionalIncludeDirectories="../../lo;../../src;../..;&quot;..\..\..\Pre-built.2\include&quot;"
PreprocessorDefinitions="_DEBUG;WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;LIBLO_LIB" PreprocessorDefinitions="_DEBUG;WIN32;_CRT_SECURE_NO_DEPRECATE;HAVE_CONFIG_H;LIBLO_LIB"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
Expand Down Expand Up @@ -257,7 +258,7 @@
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
CommandLine="copy /Y ..\config-msvc.h ..\..\config.h&#x0D;&#x0A;copy /Y ..\lo_endian-msvc.h ..\..\lo\lo_endian.h" CommandLine="copy /Y ..\config-msvc.h ..\..\config.h&#x0D;&#x0A;copy /Y ..\lo_endian-msvc.h ..\..\lo\lo_endian.h&#x0D;&#x0A;"
/> />
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Expand Down
2 changes: 1 addition & 1 deletion src/OSCeleton.vcproj
Expand Up @@ -63,7 +63,7 @@
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="OpenNI.lib WS2_32.Lib winmm.lib liblo_d.lib" AdditionalDependencies="OpenNI.lib WS2_32.Lib winmm.lib liblo_d.lib"
LinkIncremental="2" LinkIncremental="2"
AdditionalLibraryDirectories="lib;&quot;$(OPEN_NI_LIB)&quot;;&quot;../liblo-0.26/lib/DebugDLL&quot;" AdditionalLibraryDirectories="lib;&quot;$(OPEN_NI_LIB)&quot;;&quot;../liblo-0.26/lib/DebugLib&quot;"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="1" SubSystem="1"
TargetMachine="1" TargetMachine="1"
Expand Down

0 comments on commit 3d3c2f6

Please sign in to comment.