]> git.mxchange.org Git - simgear.git/blob - am2dsp.cfg
Melchior FRANZ:
[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 = .\SimGear\metakit-2.4.3\include
8 include_path = ..\SimGear\zlib-1.1.4
9
10 define = HAVE_CONFIG_H
11
12 add_project = .\SimGear\metakit-2.4.3\win\msvc60\mklib.dsp,mklib
13 add_project = .\SimGear\zlib.dsp,zlib
14
15 # Rule to create simgear_config.h
16 add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\
17 \
18 !IF  "$(CFG)" == "SimGear - 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)" == "SimGear - 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