1
0
Fork 0
This commit is contained in:
curt 2000-10-23 20:27:41 +00:00
parent 94b78153eb
commit c67e0467b4
3 changed files with 17 additions and 3 deletions

View file

@ -1956,6 +1956,21 @@ SOURCE=.\src\FDM\UIUCModel\uiuc_wrapper.cpp
# 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\Balloon.cxx
!IF "$(CFG)" == "FlightGear - Win32 Release"

View file

@ -6,4 +6,6 @@ noinst_PROGRAMS = js_demo
js_demo_SOURCES = js_demo.cxx
js_demo_LDADD = $(audio_LIBS)
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src

View file

@ -103,9 +103,6 @@ FG_USING_STD(string);
extern const char *default_root;
// from main.cxx
extern void fgReshape( int width, int height );
// Read in configuration (file and command line) and just set fg_root
bool fgInitFGRoot ( int argc, char **argv ) {