diff --git a/src/ide/vc8/README b/src/ide/vc8/README new file mode 100644 index 000000000..d3e58269d --- /dev/null +++ b/src/ide/vc8/README @@ -0,0 +1,42 @@ +basically 4 setups are included in the vc8-project: +--------------------------------------------------- + +Debug/Release: + main setup with openAL & vorbis: HAVE_OPENAL + HAVE_OGGVORBIS + +PlibSoundDebug/PlibSoundRelease: + no ogg-sound, no openAL, no vorbis, it is gonna be obsolete, when we move to OpenAL/ogg-vorbis completely + +BulletDebug/BulletRelease: + main setup (Debug/Relase) + BULLET + +ReplayDebug/ReplayRelease: + main setup (Debug/Relase) + HAVE_GHOST_REPLAY + + + +create these environment-vars pointing to the folders of your installations: +---------------------------------------------------------------------------- + +@set PLIB_PATH=C:\libs +@set SDL_PATH=C:\libs\SDL-1.2.12 +@set ALUT_PATH=C:\libs\freealut-1.1.0-bin +@set OGG_PATH=C:\libs\libogg-1.1.3 +@set VORBIS_PATH=C:\libs\libvorbis-1.2.0 +@set OPENAL_PATH=C:\libs\OpenAL_1_1_SDK + +PLIB_PATH must be set to the parent-folder, i.e. my folder is "C:\libs\plib", but in the sources it is included +as , so we can use "$(PLIB_PATH)" for includes and "$(PLIB_PATH)/plib" for addiational-lib-directory + + +add the folders of the runtime-dlls to the PATH-variable, this is what i had to put: + +C:\libs\SDL-1.2.12\lib;C:\libs\freealut-1.1.0-bin\lib;C:\libs\libogg-1.1.3\win32\VS2003\libogg\Release;C:\libs\libvorbis-1.2.0\win32\VS2005\libvorbis\Release;C:\libs\libvorbis-1.2.0\win32\VS2005\libvorbisfile\Release;C:\libs\plib; + + + +remarks for OpenAL-installation: +-------------------------------- + +my version of OpenAL 1.1-SDK didn't put its includes in OpenAL/include/AL but in OpenAL/include. +if yours did the same, create the folder OpenAL/include/AL and copy all the includes there. diff --git a/src/ide/vc8/supertuxkart.sln b/src/ide/vc8/supertuxkart.sln new file mode 100644 index 000000000..1930128c6 --- /dev/null +++ b/src/ide/vc8/supertuxkart.sln @@ -0,0 +1,38 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "supertuxkart", "supertuxkart.vcproj", "{B1BC2764-1A43-4800-A654-788B0D05EDA2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + BulletDebug|Win32 = BulletDebug|Win32 + BulletRelease|Win32 = BulletRelease|Win32 + Debug|Win32 = Debug|Win32 + PLibSoundDebug|Win32 = PLibSoundDebug|Win32 + PLibSoundRelease|Win32 = PLibSoundRelease|Win32 + Release|Win32 = Release|Win32 + ReplayDebug|Win32 = ReplayDebug|Win32 + ReplayRelease|Win32 = ReplayRelease|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.BulletDebug|Win32.ActiveCfg = BulletDebug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.BulletDebug|Win32.Build.0 = BulletDebug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.BulletRelease|Win32.ActiveCfg = BulletRelease|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.BulletRelease|Win32.Build.0 = BulletRelease|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.Debug|Win32.ActiveCfg = Debug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.Debug|Win32.Build.0 = Debug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.PLibSoundDebug|Win32.ActiveCfg = PLibSoundDebug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.PLibSoundDebug|Win32.Build.0 = PLibSoundDebug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.PLibSoundRelease|Win32.ActiveCfg = PLibSoundRelease|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.PLibSoundRelease|Win32.Build.0 = PLibSoundRelease|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.ActiveCfg = Release|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.Release|Win32.Build.0 = Release|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.ReplayDebug|Win32.ActiveCfg = ReplayDebug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.ReplayDebug|Win32.Build.0 = ReplayDebug|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.ReplayRelease|Win32.ActiveCfg = ReplayRelease|Win32 + {B1BC2764-1A43-4800-A654-788B0D05EDA2}.ReplayRelease|Win32.Build.0 = ReplayRelease|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/src/ide/vc8/supertuxkart.vcproj b/src/ide/vc8/supertuxkart.vcproj new file mode 100644 index 000000000..4bc2d19e2 --- /dev/null +++ b/src/ide/vc8/supertuxkart.vcproj @@ -0,0 +1,1403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ide/vc8/supertuxkart.vcproj.user b/src/ide/vc8/supertuxkart.vcproj.user new file mode 100644 index 000000000..c78f8c69f --- /dev/null +++ b/src/ide/vc8/supertuxkart.vcproj.user @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +