Tweaks.
This commit is contained in:
parent
94b78153eb
commit
c67e0467b4
3 changed files with 17 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue