2000-10-16 22:02:10 +00:00
|
|
|
# Microsoft Developer Studio Project File - Name="FlightGear" - Package Owner=<4>
|
|
|
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
|
|
|
# ** DO NOT EDIT **
|
|
|
|
|
|
|
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
|
|
|
|
|
|
|
CFG=FlightGear - Win32 Debug
|
|
|
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
|
|
|
!MESSAGE use the Export Makefile command and run
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "FlightGear.mak".
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE You can specify a configuration when running NMAKE
|
|
|
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE NMAKE /f "FlightGear.mak" CFG="FlightGear - Win32 Debug"
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE Possible choices for configuration are:
|
|
|
|
!MESSAGE
|
|
|
|
!MESSAGE "FlightGear - Win32 Release" (based on "Win32 (x86) Console Application")
|
|
|
|
!MESSAGE "FlightGear - Win32 Debug" (based on "Win32 (x86) Console Application")
|
|
|
|
!MESSAGE
|
|
|
|
|
|
|
|
# Begin Project
|
|
|
|
# PROP AllowPerConfigDependencies 0
|
|
|
|
# PROP Scc_ProjName ""
|
|
|
|
# PROP Scc_LocalPath ""
|
|
|
|
CPP=cl.exe
|
|
|
|
RSC=rc.exe
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 0
|
|
|
|
# PROP Output_Dir "Release"
|
|
|
|
# PROP Intermediate_Dir "Release"
|
|
|
|
# PROP Target_Dir ""
|
2001-07-13 22:11:01 +00:00
|
|
|
# ADD CPP /nologo /W3 /GX /O2 /D "HAVE_CONFIG_H" /I ".." /I ".\src" /I ".\src\include" /I "..\SimGear" /I "..\SimGear\simgear\metakit\include" /D "FGFS" /D "HAVE_CONFIG_H" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FD /c
|
2000-10-16 22:02:10 +00:00
|
|
|
# SUBTRACT CPP /YX
|
|
|
|
# ADD RSC /l 0xc09 /d "NDEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
2002-02-05 22:28:31 +00:00
|
|
|
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib uuid.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\plib" ssg.lib sg.lib pui.lib fnt.lib sl.lib ul.lib ssgaux.lib net.lib /libpath:"..\SimGear" SimGear.lib /libpath:"..\SimGear\simgear\metakit\builds" mk4vc60s_d.lib
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Use_MFC 0
|
|
|
|
# PROP Use_Debug_Libraries 1
|
|
|
|
# PROP Output_Dir "Debug"
|
|
|
|
# PROP Intermediate_Dir "Debug"
|
|
|
|
# PROP Ignore_Export_Lib 0
|
|
|
|
# PROP Target_Dir ""
|
2001-07-13 22:11:01 +00:00
|
|
|
# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /FR /FD /GZ /c /D "HAVE_CONFIG_H" /I ".." /I ".\src" /I ".\src\include" /I "..\SimGear" /I "..\SimGear\simgear\metakit\include" /D "FGFS" /D "HAVE_CONFIG_H"
|
2000-10-16 22:02:10 +00:00
|
|
|
# ADD RSC /l 0xc09 /d "_DEBUG"
|
|
|
|
BSC32=bscmake.exe
|
|
|
|
# ADD BSC32 /nologo
|
|
|
|
LINK32=link.exe
|
2002-02-05 22:28:31 +00:00
|
|
|
# ADD LINK32 kernel32.lib user32.lib winspool.lib comdlg32.lib gdi32.lib shell32.lib glut32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\plib" ssg.lib sg.lib pui.lib fnt.lib sl.lib ul.lib ssgaux.lib net.lib /libpath:"..\SimGear" SimGear.lib /libpath:"..\SimGear\simgear\metakit\builds" mk4vc60s_d.lib"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# Begin Target
|
|
|
|
|
|
|
|
# Name "FlightGear - Win32 Release"
|
|
|
|
# Name "FlightGear - Win32 Debug"
|
|
|
|
# Begin Group "Lib_Aircraft"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Aircraft\aircraft.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Aircraft"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Aircraft"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Aircraft\aircraft.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Aircraft"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Aircraft"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Airports"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Airports\runways.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Airports"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Airports"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Airports\runways.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Airports"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Airports"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
SOURCE=.\src\Airports\simple.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Airports"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Airports"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Airports\simple.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Airports"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Airports"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_ATC"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\ATC\atis.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_ATC"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_ATC"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\ATC\atis.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_ATC"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_ATC"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\ATC\atislist.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_ATC"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_ATC"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\ATC\atislist.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_ATC"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_ATC"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\ATC\ATCdisplay.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_ATC"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_ATC"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\ATC\ATCdisplay.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_ATC"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_ATC"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Autopilot"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Autopilot\auto_gui.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Autopilot\auto_gui.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
SOURCE=.\src\Autopilot\newauto.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Autopilot\newauto.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Autopilot"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Cockpit"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Cockpit\cockpit.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\cockpit.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_opts.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_card.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_dnst.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_gaug.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_inst.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_labl.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_ladr.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_lat.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_lon.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_scal.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\hud_tbi.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\panel.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\panel.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\panel_io.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\panel_io.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\radiostack.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\radiostack.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\steam.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Cockpit\steam.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Cockpit"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Controls"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Controls\controls.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Controls"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Controls"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Controls\controls.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Controls"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Controls"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Balloon"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\Balloon\BalloonSim.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Balloon"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Balloon"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\Balloon\BalloonSim.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Balloon"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Balloon"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_JSBSim"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-06-06 17:01:29 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAerodynamics.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAerodynamics.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAircraft.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAircraft.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAtmosphere.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAtmosphere.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAuxiliary.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGAuxiliary.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGCoefficient.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGCoefficient.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGColumnVector3.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGColumnVector3.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGColumnVector4.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGColumnVector4.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGConfigFile.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGConfigFile.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGDefs.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGFCS.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGFCS.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGFDMExec.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGFDMExec.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
2001-07-26 17:16:34 +00:00
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGFactorGroup.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGFactorGroup.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGForce.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGForce.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGGroundReactions.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGGroundReactions.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-06-06 17:01:29 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGInertial.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGInertial.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGInitialCondition.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGInitialCondition.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGJSBBase.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGJSBBase.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGLGear.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGLGear.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-06-06 17:01:29 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGMassBalance.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim\FGMassBalance.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGMatrix33.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-03-30 01:04:50 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGMatrix33.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGModel.cpp
|
2001-12-17 21:40:19 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGModel.h
|
2001-12-17 21:40:19 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGNozzle.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGNozzle.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGOutput.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGOutput.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPiston.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPiston.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPropeller.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPropeller.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPropulsion.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPropulsion.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPosition.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGPosition.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGRotation.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGRotation.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGRocket.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGRocket.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGScript.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGScript.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGState.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGState.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTable.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTable.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGThruster.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGThruster.h
|
2001-01-11 22:44:18 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-01-11 22:44:18 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-01-11 22:44:18 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTranslation.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTranslation.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTrim.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTrim.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTrimAxis.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTrimAxis.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTurboJet.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTurboJet.h
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTurboProp.cpp
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2001-04-02 20:14:04 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTurboProp.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTurboShaft.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTurboShaft.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGUtility.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGUtility.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGEngine.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGEngine.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTank.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGTank.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGfdmSocket.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\FGfdmSocket.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_JSBSim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_filtersjb"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGDeadBand.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGDeadBand.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGFCSComponent.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGFCSComponent.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGFilter.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGFilter.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGGain.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGGain.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGGradient.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGGradient.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGKinemat.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGKinemat.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGSummer.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGSummer.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGSwitch.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\JSBSim\filtersjb\FGSwitch.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_filtersjb"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_LaRCsim"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\atmos_62.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\atmos_62.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\default_model_routines.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\default_model_routines.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_accel.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_accel.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_aux.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_aux.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_cockpit.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_constants.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_generic.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_geodesy.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_geodesy.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_gravity.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_gravity.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_init.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_init.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_matrix.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_matrix.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_model.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_model.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_sim_control.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_step.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_step.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_sym.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_types.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\c172_aero.c
|
2000-10-23 20:27:41 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-23 20:27:41 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-23 20:27:41 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\c172_engine.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\c172_gear.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\c172_init.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\navion_init.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\navion_aero.c
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\LaRCsim\navion_engine.c
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\navion_gear.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\navion_init.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\uiuc_aero.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\cherokee_aero.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\cherokee_engine.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\cherokee_gear.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\cherokee_init.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_interface.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim\ls_interface.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_LaRCsim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_UIUCModel"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_1DdataFileReader.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_1DdataFileReader.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_1Dinterpolation.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_1Dinterpolation.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_2DdataFileReader.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_2DdataFileReader.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_2Dinterpolation.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_2Dinterpolation.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_aerodeflections.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_aerodeflections.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_aircraftdir.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_aircraft.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_betaprobe.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_betaprobe.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_drag.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_drag.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_lift.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_lift.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_pitch.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_pitch.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_roll.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_roll.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_sideforce.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_sideforce.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_yaw.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coef_yaw.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coefficients.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_coefficients.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_controlInput.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_controlInput.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_convert.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_convert.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_engine.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_engine.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-14 20:57:30 +00:00
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_fog.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_fog.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_gear.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_gear.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_ice.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_ice.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_initializemaps.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_initializemaps.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_CD.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_CD.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_CL.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_CL.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_CY.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_CY.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_Cm.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_Cm.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_Cn.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_Cn.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_Croll.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_Croll.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_controlSurface.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_controlSurface.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_engine.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_engine.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-14 20:57:30 +00:00
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_fog.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_fog.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_geometry.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_geometry.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_ice.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_ice.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_gear.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_gear.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_init.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_init.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_keyword.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_keyword.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_mass.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_mass.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_misc.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_misc.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record1.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record1.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record2.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record2.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record3.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record3.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record4.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record4.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record5.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_map_record5.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_menu.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_menu.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_parsefile.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_parsefile.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_recorder.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_recorder.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_warnings_errors.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_warnings_errors.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_wrapper.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\UIUCModel\uiuc_wrapper.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_UIUCModel"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
2001-12-17 21:40:19 +00:00
|
|
|
# Begin Group "Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\YASim.cxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Airplane.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Atmosphere.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\ControlMap.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\FGFDM.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Gear.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Glue.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Integrator.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Jet.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Math.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\FDM\YASim\Model.cpp
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\PistonEngine.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\Propeller.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\PropEngine.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\RigidBody.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\Surface.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\Thruster.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\Wing.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\YASim\SimpleJet.cpp
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_YASim"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_YASim"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Flight"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\ADA.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\ADA.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\Balloon.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\Balloon.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\External.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\External.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\ExternalNet.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\ExternalNet.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\flight.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\flight.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\IO360.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\IO360.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\JSBSim.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsim.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsimIC.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\LaRCsimIC.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\MagicCarpet.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\MagicCarpet.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\NullFDM.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\FDM\NullFDM.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Flight"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Flight"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_GUI"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\apt_dlg.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\apt_dlg.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\gui.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\gui.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\gui_local.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\gui_local.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\mouse.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\GUI\prop_picker.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\prop_picker.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\GUI\sgVec3Slider.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\sgVec3Slider.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\trackball.c
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\GUI\trackball.h
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_GUI"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_GUI"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-05-29 20:02:00 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Input"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Input\input.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Input"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Input"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Input\input.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Input"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Input"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "main"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\main.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-06-04 20:48:43 +00:00
|
|
|
SOURCE=.\src\Main\fg_commands.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_commands.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_init.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_init.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_io.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_io.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_props.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fg_props.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fgfs.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\fgfs.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\globals.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\globals.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\options.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\options.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\splash.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\splash.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewer.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewer.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewer_lookat.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewer_lookat.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewer_rph.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewer_rph.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewmgr.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Main\viewmgr.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\main"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\main"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Navaids"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\fix.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\fixlist.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\fixlist.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\ils.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\ilslist.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\ilslist.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\mkrbeacons.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\mkrbeacons.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\nav.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\navlist.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Navaids\navlist.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Navaids"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Navaids"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Network"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\protocol.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\protocol.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\atc610x.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\atc610x.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Network\atlas.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\atlas.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\garmin.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\garmin.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-14 20:57:30 +00:00
|
|
|
SOURCE=.\src\Network\httpd.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\httpd.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Network\joyclient.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\joyclient.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\native.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\native.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-07-24 01:02:59 +00:00
|
|
|
SOURCE=.\src\Network\native_ctrls.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\native_ctrls.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-09-14 20:57:30 +00:00
|
|
|
SOURCE=.\src\Network\native_fdm.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\native_fdm.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\net_fdm.hxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\nmea.cxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\nmea.hxx
|
2001-12-17 21:40:19 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\opengc.cxx
|
2001-12-17 21:40:19 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\opengc.hxx
|
2001-12-17 21:40:19 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\opengc_data.hxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\props.cxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\props.hxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\pve.cxx
|
2001-05-14 23:58:54 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\pve.hxx
|
2001-07-24 01:02:59 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2002-02-05 22:28:31 +00:00
|
|
|
SOURCE=.\src\Network\raw_ctrls.hxx
|
2001-09-14 20:57:30 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Network\ray.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\ray.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\rul.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Network\rul.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Network"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Network"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Source File
|
2001-03-30 01:04:50 +00:00
|
|
|
# End Group
|
2001-05-14 23:58:54 +00:00
|
|
|
# Begin Group "Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-07-13 16:41:49 +00:00
|
|
|
SOURCE=.\src\Objects\apt_signs.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Objects\apt_signs.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\newmat.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\newmat.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-28 16:30:30 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\matlib.cxx
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\matlib.hxx
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\obj.cxx
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\obj.hxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2000-10-28 16:30:30 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Source File
|
2001-03-30 01:04:50 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\texload.c
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\texload.h
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Objects\colours.h
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Objects"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Scenery"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2001-03-30 01:04:50 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\FGTileLoader.cxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\FGTileLoader.hxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\hitlist.cxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\hitlist.hxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\newcache.cxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# Begin Source File
|
2001-03-30 01:04:50 +00:00
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\newcache.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-03-30 01:04:50 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\scenery.cxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Scenery\scenery.hxx
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Scenery\tileentry.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Scenery\tileentry.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Scenery\tilemgr.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Scenery\tilemgr.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Scenery"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Scenery"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Sound"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Sound\beacon.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
2001-03-30 01:04:50 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Sound\beacon.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-12-17 21:40:19 +00:00
|
|
|
SOURCE=.\src\Sound\fg_fx.cxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE=.\src\Sound\fg_fx.hxx
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Sound\morse.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
2001-03-16 23:59:02 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Sound\morse.hxx
|
2001-03-16 23:59:02 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
2001-03-16 23:59:02 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Sound\soundmgr.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Sound\soundmgr.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Sound"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_Time"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\event.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\event.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\fg_timer.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\fg_timer.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\light.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\light.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\moonpos.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\moonpos.hxx
|
2001-02-02 02:55:07 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2001-02-02 02:55:07 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2001-02-02 02:55:07 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\sunpos.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\sunpos.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\tmp.cxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\Time\tmp.hxx
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_Time"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2001-05-14 23:58:54 +00:00
|
|
|
# End Group
|
|
|
|
# Begin Group "Lib_WeatherCM"
|
|
|
|
|
|
|
|
# PROP Default_Filter ""
|
2000-10-16 22:02:10 +00:00
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGAirPressureItem.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGAirPressureItem.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGCloud.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGCloudItem.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGCloudItem.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGLocalWeatherDatabase.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGLocalWeatherDatabase.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGPhysicalProperties.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2001-03-06 19:11:28 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGPhysicalProperties.h
|
2001-03-06 19:11:28 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2001-03-06 19:11:28 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2001-03-06 19:11:28 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGPhysicalProperty.cpp
|
2001-03-06 19:11:28 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2001-03-06 19:11:28 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2001-03-06 19:11:28 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGPhysicalProperty.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGSnowRain.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGTemperatureItem.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGTemperatureItem.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGThunderstorm.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGThunderstorm.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGTurbulenceItem.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGTurbulenceItem.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGVaporPressureItem.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGVaporPressureItem.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWeatherDefs.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWeatherFeature.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWeatherUtils.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWeatherParse.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWeatherParse.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWeatherVectorWrap.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWindItem.cpp
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# Begin Source File
|
|
|
|
|
2001-05-14 23:58:54 +00:00
|
|
|
SOURCE=.\src\WeatherCM\FGWindItem.h
|
2000-10-16 22:02:10 +00:00
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Release\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# PROP Intermediate_Dir "Debug\Lib_WeatherCM"
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
|
|
|
# End Group
|
2001-07-13 22:11:01 +00:00
|
|
|
|
|
|
|
# Begin Source File
|
|
|
|
|
|
|
|
SOURCE = .\src\Include\config.h-msvc6
|
|
|
|
|
|
|
|
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
|
|
|
|
|
|
|
# Begin Custom Build - Creating config.h
|
|
|
|
InputPath=.\src\Include\config.h-msvc6
|
|
|
|
|
|
|
|
".\src\Include\config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
|
|
|
copy .\src\Include\config.h-msvc6 .\src\Include\config.h
|
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
|
|
|
|
|
|
|
# Begin Custom Build - Creating config.h
|
|
|
|
InputPath=.\src\Include\config.h-msvc6
|
|
|
|
|
|
|
|
".\src\Include\config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
|
|
|
copy .\src\Include\config.h-msvc6 .\src\Include\config.h
|
|
|
|
|
|
|
|
# End Custom Build
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
|
|
|
|
# End Source File
|
2000-10-16 22:02:10 +00:00
|
|
|
# End Target
|
|
|
|
# End Project
|