]> git.mxchange.org Git - simgear.git/blob - am2dsp.cfg
Moved includes higher to make sure that std::sort is known.
[simgear.git] / am2dsp.cfg
1 exclude_dir = threads
2
3 include_path = .
4 include_path = ..
5 include_path = .\SimGear
6 #include_path = \usr\include
7
8 define = HAVE_CONFIG_H
9
10 #add_project = .\SimGear\simgear\metakit\win\msvc60\mklib.dsp
11
12 # Rule to create simgear_config.h
13 add_source_file = \
14 # Begin Source File\
15 \
16 SOURCE = .\simgear\simgear_config.h.vc5\
17 \
18 !IF  "$(CFG)" == "FlightGear - Win32 Release"\
19 \
20 # Begin Custom Build - Creating config.h\
21 InputPath=.\simgear\simgear_config.h.vc5\
22 \
23 ".\simgear\simgear_config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
24         copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
25 \
26 # End Custom Build\
27 \
28 !ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\
29 \
30 # Begin Custom Build - Creating config.h\
31 InputPath=.\simgear\simgear_config.h.vc5\
32 \
33 ".\simgear\simgear_config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
34         copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
35 \
36 # End Custom Build\
37 \
38 !ENDIF\
39 \
40 # End Source File