]> git.mxchange.org Git - flightgear.git/blob - am2dsp.cfg
Fix displaced threshold handling when using in-scenery definitions of runways.
[flightgear.git] / am2dsp.cfg
1 type = ConsoleApplication,Multithreaded,Debug
2
3 exclude_dir = NetworkOLK
4 exclude_dir = Weather
5
6 exclude_file = src\GUI\net_dlg.cxx
7 exclude_file = src\GUI\net_dlg.hxx
8
9 include_path = ..
10 include_path = src
11 include_path = src\include
12 include_path = src\FDM\JSBsim
13 include_path = ..\SimGear
14 include_path = ..\zlib-1.2.3
15 include_path = ..\freeglut-2.4.0\include
16 include_path = "..\OpenAL 1.0 Software Development Kit\include"
17 include_path = ..\Pre-built.2\include
18
19 define = _USE_MATH_DEFINES
20 define = _CRT_SECURE_NO_DEPRECATE
21 define = HAVE_CONFIG_H
22 define = FGFS
23 #define = FG_NDEBUG
24 #define = FG_NETWORK_OLK
25 #define = FG_JPEG_SERVER
26 define = FG_NEW_ENVIRONMENT
27 #define = FG_NEW_MOUSE
28 define = ENABLE_AUDIO_SUPPORT
29 define = ENABLE_PLIB_JOYSTICK
30
31 #add_lib = glut32.lib
32
33 #lib_path = ..\plib
34 #add_lib = ssg
35 #add_lib = sg
36 #add_lib = pui
37 #add_lib = fnt
38 #add_lib = sl
39 #add_lib = ul
40 #add_lib = ssgaux
41 #add_lib = net
42
43 #lib_path = ..\SimGear
44 #add_lib  = SimGear
45
46 #add_project = ..\SimGear\SimGear.dsp
47
48 # Rule to create config.h
49 add_source_file = SOURCE = .\src\Include\config.h-msvc6\
50 \
51 !IF  "$(CFG)" == "FlightGear - Win32 Release"\
52 \
53 # Begin Custom Build - Creating config.h\
54 InputPath=.\src\Include\config.h-msvc6\
55 \
56 ".\src\Include\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
57         copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
58 \
59 # End Custom Build\
60 \
61 !ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\
62 \
63 # Begin Custom Build - Creating config.h\
64 InputPath=.\src\Include\config.h-msvc6\
65 \
66 ".\src\Include\config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
67         copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
68 \
69 # End Custom Build\
70 \
71 !ENDIF\
72