Additions for the boundingvolumes
[simgear.git] / am2dsp.cfg
blob76e32b28e0fa57f34e7b1d7839ccce2a2192d97e
1 type = StaticLibrary,Multithreaded,
2 exclude_dir = threads
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"
10 define = _USE_MATH_DEFINES
11 define = _CRT_SECURE_NO_DEPRECATE
12 define = HAVE_CONFIG_H
14 # Rule to create simgear_config.h
15 add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\
17 !IF  "$(CFG)" == "SimGear - Win32 Release"\
19 # Begin Custom Build - Creating config.h\
20 InputPath=.\simgear\simgear_config.h.vc5\
22 ".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
23         copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
25 # End Custom Build\
27 !ELSEIF  "$(CFG)" == "SimGear - Win32 Debug"\
29 # Begin Custom Build - Creating config.h\
30 InputPath=.\simgear\simgear_config.h.vc5\
32 ".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
33         copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
35 # End Custom Build\
37 !ENDIF\