X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=am2dsp.cfg;h=76e32b28e0fa57f34e7b1d7839ccce2a2192d97e;hb=1e6aa4b40fcd9abeed6c3c28843bb58e07afc49d;hp=044bc9d07ca4443a90c1a76aab7c33fd71534e96;hpb=36ef15940e6f77892c1d15e636e157628cf1b59e;p=simgear.git diff --git a/am2dsp.cfg b/am2dsp.cfg index 044bc9d0..76e32b28 100644 --- a/am2dsp.cfg +++ b/am2dsp.cfg @@ -1,5 +1,38 @@ +type = StaticLibrary,Multithreaded, exclude_dir = threads + include_path = . include_path = .. include_path = .\SimGear -#include_path = \usr\include +include_path = ..\zlib-1.2.3 +include_path = "..\OpenAL 1.0 Software Development Kit\include" + +define = _USE_MATH_DEFINES +define = _CRT_SECURE_NO_DEPRECATE +define = HAVE_CONFIG_H + +# Rule to create simgear_config.h +add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\ +\ +!IF "$(CFG)" == "SimGear - Win32 Release"\ +\ +# Begin Custom Build - Creating config.h\ +InputPath=.\simgear\simgear_config.h.vc5\ +\ +".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\ + copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\ +\ +# End Custom Build\ +\ +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"\ +\ +# Begin Custom Build - Creating config.h\ +InputPath=.\simgear\simgear_config.h.vc5\ +\ +".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\ + copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\ +\ +# End Custom Build\ +\ +!ENDIF\ +