]> git.mxchange.org Git - simgear.git/blob - am2dsp.cfg
Use std::back_inserter instead of my local hack
[simgear.git] / am2dsp.cfg
1 type = StaticLibrary,Multithreaded,
2 exclude_dir = threads
3
4 include_path = .
5 include_path = ..
6 include_path = .\SimGear
7 include_path = ..\zlib-1.2.3
8 include_path = "..\OpenAL 1.0 Software Development Kit\include"
9
10 define = _USE_MATH_DEFINES
11 define = _CRT_SECURE_NO_DEPRECATE
12 define = HAVE_CONFIG_H
13
14 # Rule to create simgear_config.h
15 add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\
16 \
17 !IF  "$(CFG)" == "SimGear - Win32 Release"\
18 \
19 # Begin Custom Build - Creating config.h\
20 InputPath=.\simgear\simgear_config.h.vc5\
21 \
22 ".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
23         copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
24 \
25 # End Custom Build\
26 \
27 !ELSEIF  "$(CFG)" == "SimGear - Win32 Debug"\
28 \
29 # Begin Custom Build - Creating config.h\
30 InputPath=.\simgear\simgear_config.h.vc5\
31 \
32 ".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
33         copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
34 \
35 # End Custom Build\
36 \
37 !ENDIF\
38