Skip to content
This repository has been archived by the owner on Aug 16, 2018. It is now read-only.

Commit

Permalink
Visual studio files now include corrected liblo-0.26-modified file na…
Browse files Browse the repository at this point in the history
…mes, and also the header files have been corrected to include send_data for the file2osc tool.
  • Loading branch information
AdbC99 committed Jul 22, 2011
1 parent 7b61692 commit 58ce4c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OSCeleton.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OSCeleton", "src\OSCeleton.
{FB8CF783-12C2-AD48-B0E9-DA7DF5EB719B} = {FB8CF783-12C2-AD48-B0E9-DA7DF5EB719B}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblo", "liblo-0.26\build\vs2008\liblo.vcproj", "{FB8CF783-12C2-AD48-B0E9-DA7DF5EB719B}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblo", "liblo-0.26-modified\build\vs2008\liblo.vcproj", "{FB8CF783-12C2-AD48-B0E9-DA7DF5EB719B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
3 changes: 3 additions & 0 deletions liblo-0.26-modified/lo/lo.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ extern "C" {
#include "lo/lo_osc_types.h"
#include "lo/lo_errors.h"
#include "lo/lo_lowlevel.h"

/* Modify header to expose send_data for file2osc to work */
int send_data(lo_address a, lo_server from, char *data, const size_t data_len);

/**
* \defgroup liblo High-level OSC API
Expand Down
8 changes: 4 additions & 4 deletions src/OSCeleton.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;..\liblo-0.26&quot;;&quot;$(OPEN_NI_INCLUDE)&quot;;&quot;../Pre-built.2/include&quot;"
AdditionalIncludeDirectories="&quot;..\liblo-0.26-modified&quot;;&quot;$(OPEN_NI_INCLUDE)&quot;;&quot;../Pre-built.2/include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
Expand All @@ -63,7 +63,7 @@
Name="VCLinkerTool"
AdditionalDependencies="OpenNI.lib WS2_32.Lib winmm.lib liblo_d.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="lib;&quot;$(OPEN_NI_LIB)&quot;;&quot;../liblo-0.26/lib/DebugLib&quot;"
AdditionalLibraryDirectories="lib;&quot;$(OPEN_NI_LIB)&quot;;&quot;../liblo-0.26-modified/lib/DebugLib&quot;"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
Expand Down Expand Up @@ -118,7 +118,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="&quot;..\liblo-0.26&quot;;&quot;$(OPEN_NI_INCLUDE)&quot;;&quot;../Pre-built.2/include&quot;"
AdditionalIncludeDirectories="&quot;..\liblo-0.26-modified&quot;;&quot;$(OPEN_NI_INCLUDE)&quot;;&quot;../Pre-built.2/include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
Expand All @@ -140,7 +140,7 @@
Name="VCLinkerTool"
AdditionalDependencies="OpenNI.lib WS2_32.Lib winmm.lib glut32.lib liblo.lib"
LinkIncremental="1"
AdditionalLibraryDirectories="lib;&quot;$(OPEN_NI_LIB)&quot;;&quot;../liblo-0.26/lib/ReleaseLib&quot;"
AdditionalLibraryDirectories="lib;&quot;$(OPEN_NI_LIB)&quot;;&quot;../liblo-0.26-modified/lib/ReleaseLib&quot;"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
Expand Down

0 comments on commit 58ce4c3

Please sign in to comment.