Updated am2dsp.cfg from Bernie.
This commit is contained in:
parent
6b22c85e24
commit
5166d46743
1 changed files with 30 additions and 29 deletions
59
am2dsp.cfg
59
am2dsp.cfg
|
@ -1,55 +1,57 @@
|
||||||
#type = ConsoleApplication
|
type = ConsoleApplication,Multithreaded,Debug
|
||||||
|
|
||||||
exclude_dir = NetworkOLK
|
exclude_dir = NetworkOLK
|
||||||
exclude_dir = Weather
|
exclude_dir = Weather
|
||||||
|
|
||||||
exclude_file = src\GUI\net_dlg.cxx
|
exclude_file = src\GUI\net_dlg.cxx
|
||||||
exclude_file = src\GUI\net_dlg.hxx
|
exclude_file = src\GUI\net_dlg.hxx
|
||||||
#exclude_file = src\FDM\JSBSim\FGControls.cpp
|
|
||||||
#exclude_file = src\FDM\JSBSim\FGControls.h
|
|
||||||
|
|
||||||
include_path = ..
|
include_path = ..
|
||||||
include_path = .\src
|
include_path = .\src
|
||||||
include_path = .\src\include
|
include_path = .\src\include
|
||||||
include_path = ..\SimGear
|
include_path = ..\SimGear
|
||||||
include_path = ..\SimGear\simgear\metakit\include
|
include_path = ..\SimGear\metakit-2.4.3\include
|
||||||
#include_path = \usr\include
|
include_path = ..\SimGear\zlib-1.1.4
|
||||||
|
|
||||||
define = FGFS
|
|
||||||
define = HAVE_CONFIG_H
|
define = HAVE_CONFIG_H
|
||||||
#define = GLUT_API_VERSION=4
|
define = FGFS
|
||||||
|
#define = FG_NDEBUG
|
||||||
|
#define = FG_NETWORK_OLK
|
||||||
|
#define = FG_JPEG_SERVER
|
||||||
|
define = FG_NEW_ENVIRONMENT
|
||||||
|
#define = FG_NEW_MOUSE
|
||||||
|
define = ENABLE_AUDIO_SUPPORT
|
||||||
|
define = ENABLE_PLIB_JOYSTICK
|
||||||
|
|
||||||
lib_path = ..\plib
|
#add_lib = glut32.lib
|
||||||
add_lib = ssg
|
|
||||||
add_lib = sg
|
|
||||||
add_lib = pui
|
|
||||||
add_lib = fnt
|
|
||||||
add_lib = sl
|
|
||||||
add_lib = ul
|
|
||||||
add_lib = ssgaux
|
|
||||||
add_lib = net
|
|
||||||
|
|
||||||
#lib_path = ..\SimGear\%CFG%
|
#lib_path = ..\plib
|
||||||
lib_path = ..\SimGear
|
#add_lib = ssg
|
||||||
add_lib = SimGear
|
#add_lib = sg
|
||||||
|
#add_lib = pui
|
||||||
|
#add_lib = fnt
|
||||||
|
#add_lib = sl
|
||||||
|
#add_lib = ul
|
||||||
|
#add_lib = ssgaux
|
||||||
|
#add_lib = net
|
||||||
|
|
||||||
lib_path = ..\SimGear\simgear\metakit\builds
|
#lib_path = ..\SimGear
|
||||||
add_lib = mk4vc60s_d
|
#add_lib = SimGear
|
||||||
|
|
||||||
|
#lib_path = ..\SimGear\metakit\builds
|
||||||
|
#add_lib = mk4vc60s_std_d
|
||||||
|
|
||||||
#add_project = ..\SimGear\SimGear.dsp
|
#add_project = ..\SimGear\SimGear.dsp
|
||||||
|
|
||||||
# Rule to create config.h
|
# Rule to create config.h
|
||||||
add_source_file = \
|
add_source_file = SOURCE = .\src\Include\config.h-msvc6\
|
||||||
# Begin Source File\
|
|
||||||
\
|
|
||||||
SOURCE = .\src\Include\config.h-msvc6\
|
|
||||||
\
|
\
|
||||||
!IF "$(CFG)" == "FlightGear - Win32 Release"\
|
!IF "$(CFG)" == "FlightGear - Win32 Release"\
|
||||||
\
|
\
|
||||||
# Begin Custom Build - Creating config.h\
|
# Begin Custom Build - Creating config.h\
|
||||||
InputPath=.\src\Include\config.h-msvc6\
|
InputPath=.\src\Include\config.h-msvc6\
|
||||||
\
|
\
|
||||||
".\src\Include\config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
|
".\src\Include\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
|
||||||
copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
|
copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
|
||||||
\
|
\
|
||||||
# End Custom Build\
|
# End Custom Build\
|
||||||
|
@ -59,11 +61,10 @@ InputPath=.\src\Include\config.h-msvc6\
|
||||||
# Begin Custom Build - Creating config.h\
|
# Begin Custom Build - Creating config.h\
|
||||||
InputPath=.\src\Include\config.h-msvc6\
|
InputPath=.\src\Include\config.h-msvc6\
|
||||||
\
|
\
|
||||||
".\src\Include\config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
|
".\src\Include\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
|
||||||
copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
|
copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
|
||||||
\
|
\
|
||||||
# End Custom Build\
|
# End Custom Build\
|
||||||
\
|
\
|
||||||
!ENDIF\
|
!ENDIF\
|
||||||
\
|
|
||||||
# End Source File
|
|
||||||
|
|
Loading…
Reference in a new issue