windows: ODE binaries and build patches
parent
f205de7847
commit
d92d17ef7f
BIN
bin/Ode.NET.dll
BIN
bin/Ode.NET.dll
Binary file not shown.
BIN
bin/ode.dll
BIN
bin/ode.dll
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,21 @@
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
|
# Visual Studio 2005
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ode.NET", "Ode/Ode.NET.csproj", "{637D89E7-AA43-EB43-9D2C-5210B740F36B}"
|
||||||
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{637D89E7-AA43-EB43-9D2C-5210B740F36B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{637D89E7-AA43-EB43-9D2C-5210B740F36B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{637D89E7-AA43-EB43-9D2C-5210B740F36B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{637D89E7-AA43-EB43-9D2C-5210B740F36B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
|
@ -0,0 +1,27 @@
|
||||||
|
source:
|
||||||
|
http://downloads.sourceforge.net/opende/ode-src-0.9.zip
|
||||||
|
|
||||||
|
changes:
|
||||||
|
build/vs2005/ode.sln: Configuration Properties/General/Use Of MFC = "Use MFC in a Static Library"
|
||||||
|
changed default configuration to release
|
||||||
|
created contrib/Ode.NET/Ode.NET.sln using premake --target vs2005
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
windows:
|
||||||
|
compiler: Visual Studio 2005 Express
|
||||||
|
build/vs2005/ode.sln
|
||||||
|
build all
|
||||||
|
copy lib/releasedll/ode.dll to trunk/bin
|
||||||
|
|
||||||
|
compiler: Visual Studio 2005 Express
|
||||||
|
contrib/Ode.NET
|
||||||
|
Ode.NET.sln
|
||||||
|
build all
|
||||||
|
copy Ode/obj/Release/Ode.NET.dll to trunk/bin
|
||||||
|
|
||||||
|
linux:
|
||||||
|
configure --enable-shared
|
||||||
|
make -k
|
||||||
|
ignore the compile errors on drawstuff
|
||||||
|
copy libode.so to bin
|
Loading…
Reference in New Issue