1
0
Fork 0

Initial revision.

This commit is contained in:
curt 2006-03-24 19:11:08 +00:00
parent bf53d2b117
commit c712c35d1d
4 changed files with 3959 additions and 0 deletions

29
projects/VC8/FlightGear.sln Executable file
View file

@ -0,0 +1,29 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlightGear", "FlightGear.vcproj", "{0E698D36-EA1C-434F-A524-21A673C19F2E}"
ProjectSection(ProjectDependencies) = postProject
{BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0} = {BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FlightGearLib", "FlightGearLib.vcproj", "{BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E698D36-EA1C-434F-A524-21A673C19F2E}.Debug|Win32.ActiveCfg = Debug|Win32
{0E698D36-EA1C-434F-A524-21A673C19F2E}.Debug|Win32.Build.0 = Debug|Win32
{0E698D36-EA1C-434F-A524-21A673C19F2E}.Release|Win32.ActiveCfg = Release|Win32
{0E698D36-EA1C-434F-A524-21A673C19F2E}.Release|Win32.Build.0 = Release|Win32
{BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0}.Debug|Win32.ActiveCfg = Debug|Win32
{BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0}.Debug|Win32.Build.0 = Debug|Win32
{BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0}.Release|Win32.ActiveCfg = Release|Win32
{BA3B78EA-4D5D-43DB-8AD0-9B2FB57489C0}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

312
projects/VC8/FlightGear.vcproj Executable file
View file

@ -0,0 +1,312 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="FlightGear"
ProjectGUID="{0E698D36-EA1C-434F-A524-21A673C19F2E}"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../../;../../../Simgear;../../src;../../../AL/include;../../../zlib-1.2.3;../../../freeglut-2.4.0/include;../../../Pre-built.2/include;../../src/include;../../src/input;../../src/FDM/JSBSim"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;ENABLE_THREADS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CONST_CORRECT_OVERLOADS;NOMINMAX;FREEGLUT_STATIC"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="FlightgearLib.lib Simgear.lib fnt_d.lib js_d.lib net_d.lib psl_d.lib puAux_d.lib pui_d.lib pw_d.lib sg_d.lib sl_d.lib ssg_d.lib ssgAux_d.lib ul_d.lib pthreadvc2.lib Alut.lib openal32.lib zlibd.lib wsock32.lib advapi32.lib comdlg32.lib shell32.lib user32.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;FG$(IntDir)&quot;;../../../plib/;&quot;../../../Simgear/Projects/VC8/$(IntDir)&quot;;&quot;../../../freeglut-2.4.0/$(IntDir)Static&quot;;&quot;../../../Pre-Built.2/lib&quot;;&quot;../../../zlib-1.2.3/projects/visualc6/win32_lib_asm_$(IntDir)&quot;;../../../al/lib"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../../;../../../Simgear;../../src;../../../AL/include;../../../zlib-1.2.3;../../../freeglut-2.4.0/include;../../../Pre-built.2/include;../../src/include;../../src/input;../../src/FDM/JSBSim"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;ENABLE_THREADS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CONST_CORRECT_OVERLOADS;_USE_MATH_DEFINES;NOMINMAX;FREEGLUT_STATIC"
StringPooling="true"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="FlightgearLib.lib Simgear.lib fnt.lib js.lib net.lib psl.lib puAux.lib pui.lib pw.lib sg.lib sl.lib ssg.lib ssgAux.lib ul.lib pthreadvc2.lib Alut.lib openal32.lib zlib.lib wsock32.lib advapi32.lib comdlg32.lib shell32.lib user32.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;FG$(IntDir)&quot;;../../../plib/;&quot;../../../Simgear/Projects/VC8/$(IntDir)&quot;;&quot;../../../freeglut-2.4.0/$(IntDir)Static&quot;;&quot;../../../Pre-Built.2/lib&quot;;&quot;../../../zlib-1.2.3/projects/visualc6/win32_lib_asm_$(IntDir)&quot;;../../../al/lib"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\src\main\fg_commands.hxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_init.hxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_io.hxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_os.hxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_props.hxx"
>
</File>
<File
RelativePath="..\..\src\main\globals.hxx"
>
</File>
<File
RelativePath="..\..\src\main\logger.hxx"
>
</File>
<File
RelativePath="..\..\src\main\main.hxx"
>
</File>
<File
RelativePath="..\..\src\main\options.hxx"
>
</File>
<File
RelativePath="..\..\src\main\renderer.hxx"
>
</File>
<File
RelativePath="..\..\src\main\splash.hxx"
>
</File>
<File
RelativePath="..\..\src\main\util.hxx"
>
</File>
<File
RelativePath="..\..\src\main\viewer.hxx"
>
</File>
<File
RelativePath="..\..\src\main\viewmgr.hxx"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\src\main\bootstrap.cxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_commands.cxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_init.cxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_io.cxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_os.cxx"
>
</File>
<File
RelativePath="..\..\src\main\fg_props.cxx"
>
</File>
<File
RelativePath="..\..\src\main\globals.cxx"
>
</File>
<File
RelativePath="..\..\src\main\logger.cxx"
>
</File>
<File
RelativePath="..\..\src\main\main.cxx"
>
</File>
<File
RelativePath="..\..\src\main\options.cxx"
>
</File>
<File
RelativePath="..\..\src\main\renderer.cxx"
>
</File>
<File
RelativePath="..\..\src\main\splash.cxx"
>
</File>
<File
RelativePath="..\..\src\main\util.cxx"
>
</File>
<File
RelativePath="..\..\src\main\viewer.cxx"
>
</File>
<File
RelativePath="..\..\src\main\viewmgr.cxx"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

3418
projects/VC8/FlightGearLib.vcproj Executable file

File diff suppressed because it is too large Load diff

200
src/Include/config.h-msvc8 Executable file
View file

@ -0,0 +1,200 @@
/* Special single config.h for MSVC6 build - Geoff McLane - 23 July, 2003 */
/* Define to enable plib joystick support */
#ifndef ENABLE_PLIB_JOYSTICK
#define ENABLE_PLIB_JOYSTICK
#endif // #ifndef ENABLE_PLIB_JOYSTICK
/* Define to enable threaded tile paging */
#define ENABLE_THREADS 1
#define ENABLE_AUDIO_SUPPORT 1
/* Define so that JSBSim compiles in 'library' mode */
#define FGFS 1
/* Define to build with jpeg screen shot server */
#undef FG_JPEG_SERVER
/* Define to build with multiplayer support */
#define FG_MPLAYER_AS 1
/* Define for no logging output */
#undef FG_NDEBUG
/* Define to build with Oliver's networking */
#undef FG_NETWORK_OLK
/* Define to enable plib joystick name support */
#define FG_PLIB_JOYSTICK_GETNAME
/* Define to build with Christian Mayer's weather code */
#undef FG_WEATHERCM
/* Define if the X Window System is missing or not being used. */
#define X_DISPLAY_MISSING 1
/* Define if the CONSOLE output has no ANSI driver (eg no "esc [ ..." seqs.) */
#define NO_ANSI_DRIVER
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define to package name - not used? */
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-0.9.10"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
/* Define to `unsigned' if <sys/types.h> doesn't define. */
/* #undef size_t */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
/* #undef TIME_WITH_SYS_TIME */
/* Define if your <sys/time.h> declares struct tm. */
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "0.9.10"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1
/* Define if you have the GetLocalTime function. */
#define HAVE_GETLOCALTIME 1
/* Define if you have the ftime function. */
#define HAVE_FTIME 1
/* Define if you have the getitimer function. */
/* #define HAVE_GETITIMER 1 */
/* Define if you have the getrusage function. */
/* #define HAVE_GETRUSAGE 1 */
/* Define if you have the gettimeofday function. */
/* #define HAVE_GETTIMEOFDAY 1 */
/* Define if you have the mktime function. */
#define HAVE_MKTIME 1
/* Define if you have the rand function. */
#define HAVE_RAND 1
/* Define if you have the random function. */
/* #define HAVE_RANDOM 1 */
/* Define if you have the rint function. */
/* #define HAVE_RINT 1 */
/* Define if you have the setitimer function. */
/* #define HAVE_SETITIMER 1 */
/* Define if you have the signal function. */
#define HAVE_SIGNAL 1
/* Define if you have the strstr function. */
#define HAVE_STRSTR 1
/* Define if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define if you have the <getopt.h> header file. */
#define HAVE_GETOPT_H 1
/* Define if you have the <malloc.h> header file. */
#define HAVE_MALLOC_H 1
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define if you have the <sys/time.h> header file. */
/* #define HAVE_SYS_TIME_H 1 */
/* Define if you have the <sys/timeb.h> header file. */
#define HAVE_SYS_TIMEB_H 1
/* Define if you have the <unistd.h> header file. */
/* #define HAVE_UNISTD_H 1 */
/* Define if you have the <values.h> header file. */
/* #define HAVE_VALUES_H 1 */
/* Define if you have the <winbase.h> header file. */
#define HAVE_WINBASE_H 1
/* Define if you have the <windows.h> header file. */
#define HAVE_WINDOWS_H 1
/* Define if you have the GL library (-lGL). */
#define HAVE_LIBGL 1
/* Define if you have the GLU library (-lGLU). */
#define HAVE_LIBGLU 1
/* Define if you have the GLcore library (-lGLcore). */
/* #undef HAVE_LIBGLCORE */
/* Define if you have the ICE library (-lICE). */
/* #define HAVE_LIBICE 1 */
/* Define if you have the MesaGL library (-lMesaGL). */
/* #undef HAVE_LIBMESAGL */
/* Define if you have the MesaGLU library (-lMesaGLU). */
/* #undef HAVE_LIBMESAGLU */
/* Define if you have the SM library (-lSM). */
/* #define HAVE_LIBSM 1 */
/* Define if you have the X11 library (-lX11). */
/* #define HAVE_LIBX11 1 */
/* Define if you have the Xext library (-lXext). */
/* #define HAVE_LIBXEXT 1 */
/* Define if you have the Xi library (-lXi). */
/* #define HAVE_LIBXI 1 */
/* Define if you have the Xmu library (-lXmu). */
/* #define HAVE_LIBXMU 1 */
/* Define if you have the Xt library (-lXt). */
/* #define HAVE_LIBXT 1 */
/* Define if you have the glut library (-lglut). */
#define HAVE_LIBGLUT 1
/* Define if you have the m library (-lm). */
#define HAVE_LIBM 1
/* Define if you have the socket library (-lsocket). */
/* #undef HAVE_LIBSOCKET */
/* Define if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
#define HAVE_MEMCPY 1
#ifndef ENABLE_AUDIO_SUPPORT
#define ENABLE_AUDIO_SUPPORT
#endif
#ifndef FG_GLUT_H
#define FG_GLUT_H <GL/glut.h>
#endif // #ifndef FG_GLUT_H
// eof - config.h-msvc6 - single flightgear config.h file