From: lempinen Date: Wed, 10 Oct 2012 10:25:07 +0000 (+0000) Subject: fmu me win32 libraries (refs #3763) X-Git-Tag: simantics-1.10.1~135 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=83fc9837f9c41ee0464e6f8b5cfd7e145fd0495d;p=simantics%2Fsysdyn.git fmu me win32 libraries (refs #3763) git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@25962 ac1ea38d-2e2b-0410-8846-a27921b304fc --- diff --git a/org.simantics.fmu.me.win32/.classpath b/org.simantics.fmu.me.win32/.classpath new file mode 100644 index 00000000..8a8f1668 --- /dev/null +++ b/org.simantics.fmu.me.win32/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/org.simantics.fmu.me.win32/.project b/org.simantics.fmu.me.win32/.project new file mode 100644 index 00000000..e22d6638 --- /dev/null +++ b/org.simantics.fmu.me.win32/.project @@ -0,0 +1,28 @@ + + + org.simantics.fmu.me.win32 + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + org.eclipse.jdt.core.javanature + + diff --git a/org.simantics.fmu.me.win32/.settings/org.eclipse.jdt.core.prefs b/org.simantics.fmu.me.win32/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..f287d53c --- /dev/null +++ b/org.simantics.fmu.me.win32/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,7 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.source=1.6 diff --git a/org.simantics.fmu.me.win32/META-INF/MANIFEST.MF b/org.simantics.fmu.me.win32/META-INF/MANIFEST.MF new file mode 100644 index 00000000..79b713ee --- /dev/null +++ b/org.simantics.fmu.me.win32/META-INF/MANIFEST.MF @@ -0,0 +1,9 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Win32 binaries for FMI model exchange +Bundle-SymbolicName: org.simantics.fmu.me.win32 +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: Semantum Oy +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0", + org.simantics.utils;bundle-version="1.1.0" diff --git a/org.simantics.fmu.me.win32/build.properties b/org.simantics.fmu.me.win32/build.properties new file mode 100644 index 00000000..150031be --- /dev/null +++ b/org.simantics.fmu.me.win32/build.properties @@ -0,0 +1,5 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + .,\ + libraries/ diff --git a/org.simantics.fmu.me.win32/libraries/FMUSimulator.dll b/org.simantics.fmu.me.win32/libraries/FMUSimulator.dll new file mode 100644 index 00000000..dcd2d5ce Binary files /dev/null and b/org.simantics.fmu.me.win32/libraries/FMUSimulator.dll differ diff --git a/org.simantics.fmu.me.win32/libraries/miniunz.dll b/org.simantics.fmu.me.win32/libraries/miniunz.dll new file mode 100644 index 00000000..f3e7ccfa Binary files /dev/null and b/org.simantics.fmu.me.win32/libraries/miniunz.dll differ diff --git a/org.simantics.fmu.me.win32/libraries/zlibwapi.dll b/org.simantics.fmu.me.win32/libraries/zlibwapi.dll new file mode 100644 index 00000000..6efda05e Binary files /dev/null and b/org.simantics.fmu.me.win32/libraries/zlibwapi.dll differ