]> git.mxchange.org Git - flightgear.git/blob - am2dsp.cfg
Change the idle MP to reduce idle power a bit. This is basically a
[flightgear.git] / am2dsp.cfg
1 #type = ConsoleApplication
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 #exclude_file = src\FDM\JSBSim\FGControls.cpp
9 #exclude_file = src\FDM\JSBSim\FGControls.h
10
11 include_path = ..
12 include_path = .\src
13 include_path = .\src\include
14 include_path = ..\SimGear
15 include_path = ..\SimGear\simgear\metakit\include
16 #include_path = \usr\include
17
18 define = FGFS
19 define = HAVE_CONFIG_H
20 #define = GLUT_API_VERSION=4
21
22 lib_path = ..\plib
23 add_lib = ssg
24 add_lib = sg
25 add_lib = pui
26 add_lib = fnt
27 add_lib = sl
28 add_lib = ul
29 add_lib = ssgaux
30 add_lib = net
31
32 #lib_path = ..\SimGear\%CFG%
33 lib_path = ..\SimGear
34 add_lib  = SimGear
35
36 lib_path = ..\SimGear\simgear\metakit\builds
37 add_lib = mk4vc60s_d
38
39 #add_project = ..\SimGear\SimGear.dsp
40
41 # Rule to create config.h
42 add_source_file = \
43 # Begin Source File\
44 \
45 SOURCE = .\src\Include\config.h-msvc6\
46 \
47 !IF  "$(CFG)" == "FlightGear - Win32 Release"\
48 \
49 # Begin Custom Build - Creating config.h\
50 InputPath=.\src\Include\config.h-msvc6\
51 \
52 ".\src\Include\config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
53         copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
54 \
55 # End Custom Build\
56 \
57 !ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\
58 \
59 # Begin Custom Build - Creating config.h\
60 InputPath=.\src\Include\config.h-msvc6\
61 \
62 ".\src\Include\config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
63         copy .\src\Include\config.h-msvc6 .\src\Include\config.h\
64 \
65 # End Custom Build\
66 \
67 !ENDIF\
68 \
69 # End Source File