forked from bartvdbraak/blender
61767b4f48
- Added correct .libs to be linked to GP_Ghost - Fixed incorrect library extensions for the linker (*.lib and not unix *.a) - Projects have been set to be multi-threaded - projects were being linked to different versions of the CRT - All projects are now linking to python 2.3 (this fixes an error regarding struct sizes in python) - Removed invalid source paths from inclusion for the compiler - Fix dependency issues with the GP_Ghost module - Proper .dll's are now being copied to their respective locations for debug and release version of blender/blenderplayer - Warnings have been set to level 2 - Import paths have been updated and organized for the compiler - Duplicate import paths for the compiler have been removed - Removed silly silly silly silly unix path-separators from window paths - Post-Build scripts have been updated where neccessary (XCOPY is retatined) - Fixed the output of various .lib files (PHY_Sumo and Yafray) - PHY_Sumo now uses a .pch - Removed #undef _DEBUG from debug builds :p - FTF_Font is now contains a debug build and is being set to it's correct output path - Blender/Blenderplayer/3DPlugin all linkto Debug libs where appropriate (instead of static release libs to avoid conflicts with the CRT) - Python23_d.dll is now loaded into a true debug output of both blenderplayer and blender debug builds - msvcrtd.dll is now loaded into a true debug output of both blenderplayer and blender debug builds - Post-builds now clean up their mess - ActiveX controller now builds - BlenderPlayer now builds - Internal libs now using .pch - Moved the build directory from /blender/obj to ../build/msvc_7/ to follow precedence with scons builds - Builds are now organized to follow precedence with scons builds with a /libs and a /intern /extern /source obj folders - Set the proper build path for opennl - Forcing BLO_loader source files to follow project defaults - Added an 'extern' project that mimics the /make build of the 'intern' project - Extern build includes solid and it's associated builds, ftgl, and freetype - Added .vcproj files to /extern directory - Added new extern.sln file to /extern directory - All project now link to the built solid.lib from the extern project instead of lib/windows - Removed uneeded XCOPYs commands from post-builds - Added conditional Directory building to post-builds - Freetype2 source commit (this is need for the building of a correct MFC linked version of the activeX controller as well as a correct release and debug build of the blender project) - Ftgl is built and linked by the 'extern' project - Intern/Extern project are now exporting their proper header files - PHY_Physics is now linking to the correct set of header files (in build path not source) - Makesdna builds object files into build directory now - Projects are now ignoring the CORRECT versions of the CRT's :) - Renderconverter is now outputting it's obj file to it's own directory instead of /render - Gen_system is now being built to ../kernel - BL_src_cre is now being built to /creator - *.exp and *.ilk are now being cleaned up from linkers - Libpng.dll and zlib.dll are now being copied to the /bin - MTDLL build are now available for the correct projects - ActiveX 3D Plugin now links correctly to solid and freetype2 - Corrected the Preprocessor #define that was labeled incorrectly in FTF_Font and Blender that was causing the FTGL libs to export dll calling conventions. - Changed the solution configurations to 3D Plugin Release, Debug and Blender Release, Debug for internal and external librarys - Changed the solution configurations to 3D Plugin Release, Debug and Blender Release, Debug for blender and added 2 new solutions configurations BlenderPlayer Release, Debug -
324 lines
15 KiB
XML
324 lines
15 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.0"
|
|
Name="GP_axctl"
|
|
RootNamespace="GP_axctl"
|
|
SccProjectName=""
|
|
SccLocalPath=""
|
|
Keyword="MFCProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="3D Plugin Debug|Win32"
|
|
OutputDirectory="..\..\..\..\bin\debug"
|
|
IntermediateDirectory="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\mtdll_debug"
|
|
ConfigurationType="2"
|
|
UseOfMFC="2"
|
|
UseOfATL="2"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\intern\moto\include;..\..\..\..\..\build\msvc_7\intern\string\include;..\..\..\..\..\build\msvc_7\intern\openal\include;..\..\..\..\..\build\msvc_7\intern\bmfont\include;..\..\..\..\..\build\msvc_7\intern\iksolver\include;..\..\..\..\..\build\msvc_7\intern\SoundSystem\include;..\..\..\..\..\lib\windows\python\include\python2.3;..\..\..\..\source\blender\imbuf;..\..\..\..\source\blender\blenlib;..\..\..\..\source\blender\include;..\..\..\..\source\blender\blenkernel;..\..\..\..\source\blender\makesdna;..\..\..\..\source\blender\blenloader;..\..\..\..\source\blender\render\extern\include;..\..\..\..\source\kernel\gen_system;..\..\..\..\source\kernel\gen_messaging;..\..\..\..\source\gameengine\ketsji;..\..\..\..\source\gameengine\network;..\..\..\..\source\gameengine\rasterizer;..\..\..\..\source\gameengine\converter;..\..\..\..\source\gameengine\gamelogic;..\..\..\..\source\gameengine\expressions;..\..\..\..\source\gameengine\scenegraph;..\..\..\..\source\gameengine\soundsystem;..\..\..\..\source\gameengine\ketsji\kxnetwork;..\..\..\..\source\gameengine\gameplayer\common;..\..\..\..\source\gameengine\soundsystem\snd_openal;..\..\..\..\source\gameengine\network\loopbacknetwork;..\..\..\..\source\gameengine\rasterizer\ras_openglrasterizer;..\..\..\..\source\gameengine\GamePlayer\common;..\..\..\..\source\gameengine\GamePlayer\common\windows;..\..\..\..\source\sumo\include;..\..\..\..\source\sumo\fuzzics\include"
|
|
PreprocessorDefinitions="_DEBUG, _MT, _DLL,WIN32"
|
|
IgnoreStandardIncludePath="FALSE"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\mtdll_debug/GP_axctl.pch"
|
|
AssemblerListingLocation="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\mtdll_debug/"
|
|
ObjectFile="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\mtdll_debug/"
|
|
ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\mtdll_debug/"
|
|
WarningLevel="2"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="3"
|
|
CallingConvention="0"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
IgnoreImportLibrary="FALSE"
|
|
AdditionalOptions="/MACHINE:I386
|
|
"
|
|
AdditionalDependencies="openal_static.lib libmoto.lib libguardedalloc.lib libbmfont.lib libstring.lib opengl32.lib glu32.lib glaux.lib dxguid.lib ole32.lib vfw32.lib libblenkey.lib libeay32.lib libz.lib libpng.lib libjpeg.lib odelib.lib libSoundSystem.lib libOpenALSoundSystem.lib libDummySoundSystem.lib SDL.lib solid.lib qtmlClient.lib freetype2.lib libbsp.lib libopennl.lib libghost.lib ftgl_static.lib libiksolver.lib libdecimation.lib gnu_gettext.lib ws2_32.lib"
|
|
ShowProgress="0"
|
|
OutputFile="..\..\..\..\bin\debug\Blender3DPlugin.ocx"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\..\..\lib\windows\zlib\lib;..\..\..\..\..\lib\windows\sdl\lib;..\..\..\..\..\lib\windows\png\lib;..\..\..\..\..\lib\windows\jpeg\lib;..\..\..\..\..\lib\windows\python\lib;..\..\..\..\..\lib\windows\gettext\lib;..\..\..\..\..\lib\windows\openal\lib;..\..\..\..\..\lib\windows\ode\lib\mt_dll;..\..\..\..\..\lib\windows\openssl\lib\mt_dll;..\..\..\..\..\lib\windows\QTDevWin\Libraries;..\..\..\..\..\build\msvc_7\libs\intern\mtdll\debug;..\..\..\..\..\build\msvc_7\libs\extern\mtdll\debug"
|
|
IgnoreAllDefaultLibraries="FALSE"
|
|
IgnoreDefaultLibraryNames="libc.lib, libcmt.lib, msvcrt.lib, libcd.lib, libcmtd.lib"
|
|
ModuleDefinitionFile="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.def"
|
|
TypeLibraryFile=""
|
|
GenerateDebugInformation="TRUE"
|
|
ProgramDatabaseFile="..\..\..\..\..\build\msvc_7\libs\debug\Blender3DPlugin.pdb"
|
|
SubSystem="2"
|
|
ImportLibrary="..\..\..\..\..\build\msvc_7\libs\debug\Blender3DPlugin.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
AdditionalIncludeDirectories=""
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
GenerateTypeLibrary="TRUE"
|
|
TypeLibraryName="BlenderPlayer.tlb"
|
|
OutputDirectory="..\..\..\..\source\gameengine\GamePlayer\ActiveX"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="ECHO Moving temporary files
|
|
MOVE /Y ..\..\..\..\bin\debug\Blender3DPlugin.ilk ..\..\..\..\..\build\msvc_7\libs\debug
|
|
ECHO Done
|
|
"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_AFXDLL;_DEBUG"
|
|
Culture="1033"
|
|
AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\mtdll_debug"
|
|
IgnoreStandardIncludePath="FALSE"
|
|
ShowProgress="FALSE"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="3D Plugin Release|Win32"
|
|
OutputDirectory="..\..\..\..\bin"
|
|
IntermediateDirectory="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl"
|
|
ConfigurationType="2"
|
|
UseOfMFC="2"
|
|
UseOfATL="2"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="..\..\..\..\..\build\msvc_7\intern\moto\include;..\..\..\..\..\build\msvc_7\intern\string\include;..\..\..\..\..\build\msvc_7\intern\openal\include;..\..\..\..\..\build\msvc_7\intern\bmfont\include;..\..\..\..\..\build\msvc_7\intern\iksolver\include;..\..\..\..\..\build\msvc_7\intern\SoundSystem\include;..\..\..\..\..\lib\windows\python\include\python2.3;..\..\..\..\source\blender\imbuf;..\..\..\..\source\blender\blenlib;..\..\..\..\source\blender\include;..\..\..\..\source\blender\blenkernel;..\..\..\..\source\blender\makesdna;..\..\..\..\source\blender\blenloader;..\..\..\..\source\blender\render\extern\include;..\..\..\..\source\kernel\gen_system;..\..\..\..\source\kernel\gen_messaging;..\..\..\..\source\gameengine\ketsji;..\..\..\..\source\gameengine\network;..\..\..\..\source\gameengine\rasterizer;..\..\..\..\source\gameengine\converter;..\..\..\..\source\gameengine\gamelogic;..\..\..\..\source\gameengine\expressions;..\..\..\..\source\gameengine\scenegraph;..\..\..\..\source\gameengine\soundsystem;..\..\..\..\source\gameengine\ketsji\kxnetwork;..\..\..\..\source\gameengine\gameplayer\common;..\..\..\..\source\gameengine\soundsystem\snd_openal;..\..\..\..\source\gameengine\network\loopbacknetwork;..\..\..\..\source\gameengine\rasterizer\ras_openglrasterizer;..\..\..\..\source\gameengine\GamePlayer\common;..\..\..\..\source\gameengine\GamePlayer\common\windows;..\..\..\..\source\sumo\include;..\..\..\..\source\sumo\fuzzics\include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
DefaultCharIsUnsigned="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\GP_axctl.pch"
|
|
AssemblerListingLocation="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\"
|
|
ObjectFile="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\"
|
|
ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\source\gameengine\gameplayer\axctl\"
|
|
WarningLevel="2"
|
|
SuppressStartupBanner="TRUE"
|
|
CompileAs="0"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="openal_static.lib libmoto.lib libguardedalloc.lib libbmfont.lib libstring.lib opengl32.lib glu32.lib glaux.lib dxguid.lib ole32.lib vfw32.lib libblenkey.lib libeay32.lib libz.lib libpng.lib libjpeg.lib odelib.lib libSoundSystem.lib libOpenALSoundSystem.lib libDummySoundSystem.lib SDL.lib solid.lib qtmlClient.lib freetype2.lib libbsp.lib libopennl.lib libghost.lib ftgl_static.lib libiksolver.lib libdecimation.lib gnu_gettext.lib ws2_32.lib"
|
|
OutputFile="..\..\..\..\bin\Blender3DPlugin.ocx"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
AdditionalLibraryDirectories="..\..\..\..\..\lib\windows\zlib\lib;..\..\..\..\..\lib\windows\sdl\lib;..\..\..\..\..\lib\windows\png\lib;..\..\..\..\..\lib\windows\jpeg\lib;..\..\..\..\..\lib\windows\python\lib;..\..\..\..\..\lib\windows\gettext\lib;..\..\..\..\..\lib\windows\openal\lib;..\..\..\..\..\lib\windows\ode\lib\mt_dll;..\..\..\..\..\lib\windows\openssl\lib\mt_dll;..\..\..\..\..\lib\windows\QTDevWin\Libraries;..\..\..\..\..\build\msvc_7\libs\intern\mtdll;..\..\..\..\..\build\msvc_7\libs\extern\mtdll"
|
|
IgnoreDefaultLibraryNames="libc.lib;libcmt.lib;libcd.lib;libcmtd.lib;msvcrtd.lib"
|
|
ModuleDefinitionFile="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.def"
|
|
ProgramDatabaseFile="..\..\..\..\..\build\msvc_7\libs\Blender3DPlugin.pdb"
|
|
SubSystem="2"
|
|
ImportLibrary="..\..\..\..\..\build\msvc_7\libs\Blender3DPlugin.lib"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName="BlenderPlayer.tlb"
|
|
OutputDirectory="..\..\..\..\source\gameengine\GamePlayer\ActiveX"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_AFXDLL;NDEBUG"
|
|
Culture="1033"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderDataPathProperty.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.def">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.odl">
|
|
<FileConfiguration
|
|
Name="3D Plugin Debug|Win32">
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"
|
|
HeaderFileName="BlenderPlayer_h.h"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3D Plugin Release|Win32">
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="1"
|
|
HeaderFileName="BlenderPlayer_h.h"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.rc">
|
|
<FileConfiguration
|
|
Name="3D Plugin Debug|Win32">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="\blenderdev\blender.test2\source\gameengine\GamePlayer\ActiveX;$(OUTDIR);$(NoInherit)"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="3D Plugin Release|Win32">
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="\blenderdev\blender.test2\source\gameengine\GamePlayer\ActiveX;$(OUTDIR);$(NoInherit)"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayerCtl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayerPpg.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\CControlRefresher.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\blender\makesdna\intern\dna.c">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\MemoryResource.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\RawImageRsrc.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\SafeControl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\StdAfx.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\blender\blenkernel\bad_level_call_stubs\stubs.c">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderDataPathProperty.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayerCtl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayerPpg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\CControlRefresher.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\MemoryResource.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\RawImageRsrc.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\Resource.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\SafeControl.h">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\StdAfx.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.ico">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayerCtl.bmp">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\splash.bmp">
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\ActiveXandNetscapeTest.html">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayer.html">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\BlenderPlayerDuo.html">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\common\load.blend">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\common\logo_blender.raw">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\common\logo_blender3d.raw">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\common\logo_nan.raw">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\ReadMe.txt">
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\..\..\source\gameengine\GamePlayer\ActiveX\ReadMeBuilding.txt">
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|