shattered_ogre 0.3.3-windows → 0.4-windows

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ SHATTERED_OGRE_DLLS = File.expand_path(File.dirname(__FILE__)+"/"+simplified_pla
4
4
 
5
5
  $: << SHATTERED_OGRE_DLLS + "/"
6
6
 
7
- if windows?
7
+ if windows? || mac?
8
8
  # ShatteredOgre.dll will search all ENV["PATH"]s for OgreMain.dll.
9
9
  ENV["PATH"] += ";" + SHATTERED_OGRE_DLLS
10
10
  elsif linux? and ENV["LD_PATH_SET"] != "true"
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: shattered_ogre
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.3.3
7
- date: 2006-07-18 00:00:00 -05:00
6
+ version: "0.4"
7
+ date: 2006-09-10 00:00:00 -06:00
8
8
  summary: "Shattered Ogre: Ogre/Swig bindings for any language."
9
9
  require_paths:
10
10
  - lib
@@ -26,16 +26,14 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
26
26
  platform: windows
27
27
  signing_key:
28
28
  cert_chain:
29
+ post_install_message:
29
30
  authors: []
30
31
 
31
32
  files:
32
33
  - lib/windows/cg.dll
33
- - lib/windows/devil.dll
34
34
  - lib/windows/ilu.dll
35
- - lib/windows/ILUT.dll
36
- - lib/windows/msvcm80.dll
37
- - lib/windows/msvcp80.dll
38
- - lib/windows/msvcr80.dll
35
+ - lib/windows/libstlport.5.1.dll
36
+ - lib/windows/mingwm10.dll
39
37
  - lib/windows/OgreGUIRenderer.dll
40
38
  - lib/windows/OgreMain.dll
41
39
  - lib/windows/OgrePlatform.dll
@@ -43,15 +41,15 @@ files:
43
41
  - lib/windows/Plugin_CgProgramManager.dll
44
42
  - lib/windows/Plugin_OctreeSceneManager.dll
45
43
  - lib/windows/Plugin_ParticleFX.dll
46
- - lib/windows/RenderSystem_Direct3D7.dll
47
44
  - lib/windows/RenderSystem_Direct3D9.dll
48
45
  - lib/windows/RenderSystem_GL.dll
49
- - lib/windows/ShatteredOgre.dll
50
- - lib/windows/ShatteredOgre.dll.manifest
51
- - lib/windows/xerces-c_2_5_0.dll
52
46
  - lib/windows/zlib1.dll
53
- - lib/platform.rb
47
+ - lib/windows/devil.dll
48
+ - lib/windows/d3dx9_29.dll
49
+ - lib/windows/libstlport.5.0.dll
50
+ - lib/windows/ShatteredOgre.dll
54
51
  - lib/shattered_ogre.rb
52
+ - lib/platform.rb
55
53
  test_files: []
56
54
 
57
55
  rdoc_options: []
Binary file
@@ -1,8 +0,0 @@
1
- <?xml version='1.0' encoding='UTF-8' standalone='yes'?>
2
- <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
3
- <dependency>
4
- <dependentAssembly>
5
- <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
6
- </dependentAssembly>
7
- </dependency>
8
- </assembly>
Binary file
Binary file
Binary file