X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=am2dsp.cfg;h=76e32b28e0fa57f34e7b1d7839ccce2a2192d97e;hb=3d109f9c4c5f0249b75e7a79db64d53b1bbcfb93;hp=bf38633ce8184ffa21d85c32eed32cda26dda734;hpb=994a470fbfd85cb5b4dec4e0b7b8f00e0aba54e8;p=simgear.git diff --git a/am2dsp.cfg b/am2dsp.cfg index bf38633c..76e32b28 100644 --- a/am2dsp.cfg +++ b/am2dsp.cfg @@ -1,40 +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 -#add_project = .\SimGear\simgear\metakit\win\msvc60\mklib.dsp - # Rule to create simgear_config.h -add_source_file = \ -# Begin Source File\ -\ -SOURCE = .\simgear\simgear_config.h.vc5\ +add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\ \ -!IF "$(CFG)" == "FlightGear - Win32 Release"\ +!IF "$(CFG)" == "SimGear - Win32 Release"\ \ # Begin Custom Build - Creating config.h\ InputPath=.\simgear\simgear_config.h.vc5\ \ -".\simgear\simgear_config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\ +".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\ copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\ \ # End Custom Build\ \ -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"\ +!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"\ \ # Begin Custom Build - Creating config.h\ InputPath=.\simgear\simgear_config.h.vc5\ \ -".\simgear\simgear_config.h": $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\ +".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\ copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\ \ # End Custom Build\ \ !ENDIF\ -\ -# End Source File +