From: <je...@us...> - 2007-05-26 05:48:13
|
Revision: 1403 http://cs-sdl.svn.sourceforge.net/cs-sdl/?rev=1403&view=rev Author: jendave Date: 2007-05-25 22:48:10 -0700 (Fri, 25 May 2007) Log Message: ----------- Fix linux and osx builds Modified Paths: -------------- trunk/scsharp/ChangeLog trunk/scsharp/package.xml trunk/scsharp/src/SCSharpLib/UI/MainMenu.cs Added Paths: ----------- trunk/scsharp/lib/net-2.0/Tao.Sdl.License.txt trunk/scsharp/lib/net-2.0/Tao.Sdl.Readme.txt trunk/scsharp/lib/net-2.0/Tao.Sdl.dll.config trunk/scsharp/lib/net-2.0/osx/ trunk/scsharp/lib/net-2.0/osx/Tao.Sdl.dll.config trunk/scsharp/sdldotnet.icns trunk/scsharp/src/SCSharp/scsharp.sh Modified: trunk/scsharp/ChangeLog =================================================================== --- trunk/scsharp/ChangeLog 2007-05-25 22:00:33 UTC (rev 1402) +++ trunk/scsharp/ChangeLog 2007-05-26 05:48:10 UTC (rev 1403) @@ -1,3 +1,13 @@ +2007-05-25 David Hudson <je...@ya...> + + * SVN: Took 0.0000008 zip file and uploaded it into the SdlDotNet svn tree + at Sourceforge + + * Project: Ran FXCop against everything and made many changes. + Re-organized code and files. + + * Version: bumped to 0.0.9 + 2006-05-29 Chris Toshok <to...@hu...> * Makefile.am (release): fix this target so that it works again. Added: trunk/scsharp/lib/net-2.0/Tao.Sdl.License.txt =================================================================== --- trunk/scsharp/lib/net-2.0/Tao.Sdl.License.txt (rev 0) +++ trunk/scsharp/lib/net-2.0/Tao.Sdl.License.txt 2007-05-26 05:48:10 UTC (rev 1403) @@ -0,0 +1,22 @@ +MIT License +Copyright \xA92003-2005 Tao Framework Team +http://www.taoframework.com +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. Property changes on: trunk/scsharp/lib/net-2.0/Tao.Sdl.License.txt ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/scsharp/lib/net-2.0/Tao.Sdl.Readme.txt =================================================================== --- trunk/scsharp/lib/net-2.0/Tao.Sdl.Readme.txt (rev 0) +++ trunk/scsharp/lib/net-2.0/Tao.Sdl.Readme.txt 2007-05-26 05:48:10 UTC (rev 1403) @@ -0,0 +1,13 @@ +Tao.Sdl 1.2.7.3 +Copyright \xA92003-2005 Tao Framework Team +http://www.taoframework.com +All rights reserved. + +Tao.Sdl is an SDL API binding for .NET, implementing SDL 1.2.7. + + +Change Log: + +1.2.7.0 - April 20, 2004: + Initial release. Special thanks to Dave Hudson for doing most of this + implementation. Property changes on: trunk/scsharp/lib/net-2.0/Tao.Sdl.Readme.txt ___________________________________________________________________ Name: svn:eol-style + native Added: trunk/scsharp/lib/net-2.0/Tao.Sdl.dll.config =================================================================== --- trunk/scsharp/lib/net-2.0/Tao.Sdl.dll.config (rev 0) +++ trunk/scsharp/lib/net-2.0/Tao.Sdl.dll.config 2007-05-26 05:48:10 UTC (rev 1403) @@ -0,0 +1,9 @@ +<configuration> + <dllmap dll="SDL.dll" target="libSDL-1.2.so.0" /> + <dllmap dll="SDL_image.dll" target="libSDL_image-1.2.so.0" /> + <dllmap dll="SDL_mixer.dll" target="libSDL_mixer-1.2.so.0" /> + <dllmap dll="SDL_ttf.dll" target="libSDL_ttf-2.0.so.0" /> + <dllmap dll="SDL_net.dll" target="libSDL_net-1.2.so.0" /> + <dllmap dll="smpeg.dll" target="libsmpeg-0.4.so.0" /> + <dllmap dll="SDL_gfx.dll" target="libSDL_gfx.so.4" /> +</configuration> Added: trunk/scsharp/lib/net-2.0/osx/Tao.Sdl.dll.config =================================================================== --- trunk/scsharp/lib/net-2.0/osx/Tao.Sdl.dll.config (rev 0) +++ trunk/scsharp/lib/net-2.0/osx/Tao.Sdl.dll.config 2007-05-26 05:48:10 UTC (rev 1403) @@ -0,0 +1,9 @@ +<configuration> + <dllmap dll="SDL.dll" target="/Library/Frameworks/SDL.framework/SDL" /> + <dllmap dll="SDL_mixer.dll" target="/Library/Frameworks/SDL_mixer.framework/SDL_mixer" /> + <dllmap dll="SDL_image.dll" target="/Library/Frameworks/SDL_image.framework/SDL_image" /> + <dllmap dll="SDL_ttf.dll" target="/Library/Frameworks/SDL_ttf.framework/SDL_ttf" /> + <dllmap dll="SDL_net.dll" target="/Library/Frameworks/SDL_net.framework/SDL_net" /> + <dllmap dll="smpeg.dll" target="/Library/Frameworks/smpeg.framework/smpeg" /> + <dllmap dll="SDL_gfx.dll" target="/Library/Frameworks/SDL_gfx.framework/SDL_gfx" /> +</configuration> Modified: trunk/scsharp/package.xml =================================================================== --- trunk/scsharp/package.xml 2007-05-25 22:00:33 UTC (rev 1402) +++ trunk/scsharp/package.xml 2007-05-26 05:48:10 UTC (rev 1403) @@ -102,6 +102,11 @@ <include name="**/*.xml"/> </fileset> </copy> + <copy todir="${dist.dir}/${string::to-lower(project::get-name())}-${project.version}/${bin.dir}/assemblies" flatten="true"> + <fileset basedir="${project::get-base-directory()}/${src.dir}/SCSharp"> + <include name="**/*.sh" /> + </fileset> + </copy> <if test="${platform::is-unix() and not is-osx}"> <copy todir="${dist.dir}/${string::to-lower(project::get-name())}-${project.version}/${bin.dir}/assemblies"> <fileset basedir="${project::get-base-directory()}/${lib.dir}/net-2.0"> @@ -125,9 +130,7 @@ </if> <if test="${is-osx}"> <property name="examples.path" value="${dist.dir}/${string::to-lower(project::get-name())}-${project.version}/${bin.dir}"/> - <exec program="macpack" commandline="-m:2 -o:${examples.path} -m cocoa -r:${examples.path}/SdlDotNet.dll -r:${examples.path}/SdlDotNet.OpenGl.dll -r:${examples.path}/SdlDotNet.GtkSharp.dll -r:${examples.path}/SdlDotNet.Particles.dll -r:${examples.path}/Tao.Sdl.dll -r:${examples.path}/Tao.Sdl.dll.config -r:${examples.path}/Tao.OpenGl.dll -r:${examples.path}/Tao.OpenGl.dll.config -r:${examples.path}/Tao.FreeGlut.dll -r:${examples.path}/Tao.FreeGlut.dll.config -r:${examples.path}/Tao.Platform.Windows.dll -r:${examples.path}/atk-sharp.dll -r:${examples.path}/gtk-sharp.dll -r:${examples.path}/pango-sharp.dll -r:${examples.path}/glib-sharp.dll -r:${examples.path}/glade-sharp.dll -r:${examples.path}/gdk-sharp.dll -r:${examples.path}/Data -i:tools/logos/sdldotnet.icns -n:SdlDotNetExamples -a:${examples.path}/SdlDotNetExamples.exe" /> - <exec program="macpack" commandline="-m:2 -o:${examples.path} -m cocoa -r:${examples.path}/SdlDotNet.dll -r:${examples.path}/Tao.Sdl.dll -r:${examples.path}/Tao.Sdl.dll.config -r:${examples.path}/Data -i:tools/logos/sdldotnet.icns -n:SharpNes -a:${examples.path}/SharpNes.exe" /> - <exec program="macpack" commandline="-m:2 -o:${examples.path} -m cocoa -r:${examples.path}/SdlDotNet.dll -r:${examples.path}/Tao.Sdl.dll -r:${examples.path}/Tao.Sdl.dll.config -r:${examples.path}/Data -i:tools/logos/sdldotnet.icns -n:CDPlayer -a:${examples.path}/CDPlayer.exe" /> + <exec program="macpack" commandline="-m:2 -o:${examples.path} -m cocoa -r:${examples.path}/SdlDotNet.dll -r:${examples.path}/Tao.Sdl.dll -r:${examples.path}/Tao.Sdl.dll.config -r:${examples.path}/ICSharpCode.SharpZipLib.dll -i:sdldotnet.icns -n:SCSharp -a:${examples.path}/SCSharp.exe" /> </if> </target> Added: trunk/scsharp/sdldotnet.icns =================================================================== (Binary files differ) Property changes on: trunk/scsharp/sdldotnet.icns ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/scsharp/src/SCSharp/scsharp.sh =================================================================== --- trunk/scsharp/src/SCSharp/scsharp.sh (rev 0) +++ trunk/scsharp/src/SCSharp/scsharp.sh 2007-05-26 05:48:10 UTC (rev 1403) @@ -0,0 +1,2 @@ +#!/bin/sh +exec mono ./SCSharp.exe "$@" Property changes on: trunk/scsharp/src/SCSharp/scsharp.sh ___________________________________________________________________ Name: svn:executable + * Name: svn:eol-style + native Modified: trunk/scsharp/src/SCSharpLib/UI/MainMenu.cs =================================================================== --- trunk/scsharp/src/SCSharpLib/UI/MainMenu.cs 2007-05-25 22:00:33 UTC (rev 1402) +++ trunk/scsharp/src/SCSharpLib/UI/MainMenu.cs 2007-05-26 05:48:10 UTC (rev 1403) @@ -90,7 +90,7 @@ { base.ResourceLoader(); - Elements[VERSION_ELEMENT_INDEX].Text = "v0.0000004"; + Elements[VERSION_ELEMENT_INDEX].Text = "v0.0.9"; Elements[SINGLEPLAYER_ELEMENT_INDEX].Activate += delegate(object sender, SCEventArgs args) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |