X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=am2dsp.cfg;h=c24f9bf612e96e9085a95908cc3e192495124d9b;hb=979d3da69c085733d573af7298a3fd95fb4574a3;hp=044bc9d07ca4443a90c1a76aab7c33fd71534e96;hpb=36ef15940e6f77892c1d15e636e157628cf1b59e;p=simgear.git diff --git a/am2dsp.cfg b/am2dsp.cfg index 044bc9d0..c24f9bf6 100644 --- a/am2dsp.cfg +++ b/am2dsp.cfg @@ -1,5 +1,39 @@ +type = StaticLibrary,Multithreaded, exclude_dir = threads + include_path = . include_path = .. include_path = .\SimGear -#include_path = \usr\include +include_path = .\SimGear\metakit-2.4.3\include +include_path = ..\SimGear\zlib-1.1.4 + +define = HAVE_CONFIG_H + +add_project = .\SimGear\metakit-2.4.3\win\msvc60\mklib.dsp,mklib +add_project = .\SimGear\zlib.dsp,zlib + +# 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\ +