simgear/am2dsp.cfg

40 lines
1.0 KiB
INI
Raw Normal View History

type = StaticLibrary,Multithreaded,
2001-06-21 02:12:18 +08:00
exclude_dir = threads
2001-07-13 22:58:14 +08:00
2001-06-21 02:12:18 +08:00
include_path = .
include_path = ..
include_path = .\SimGear
include_path = .\SimGear\metakit-2.4.3\include
include_path = ..\SimGear\zlib-1.1.4
2001-07-13 22:58:14 +08:00
define = HAVE_CONFIG_H
add_project = .\SimGear\metakit-2.4.3\win\msvc60\mklib.dsp,mklib
add_project = .\SimGear\zlib.dsp,zlib
2001-07-13 22:58:14 +08:00
# Rule to create simgear_config.h
add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\
2001-07-13 22:58:14 +08:00
\
!IF "$(CFG)" == "SimGear - Win32 Release"\
2001-07-13 22:58:14 +08:00
\
# Begin Custom Build - Creating config.h\
InputPath=.\simgear\simgear_config.h.vc5\
\
".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
2001-07-13 22:58:14 +08:00
copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
\
# End Custom Build\
\
!ELSEIF "$(CFG)" == "SimGear - Win32 Debug"\
2001-07-13 22:58:14 +08:00
\
# Begin Custom Build - Creating config.h\
InputPath=.\simgear\simgear_config.h.vc5\
\
".\simgear\simgear_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"\
2001-07-13 22:58:14 +08:00
copy .\simgear\simgear_config.h.vc5 .\simgear\simgear_config.h\
\
# End Custom Build\
\
!ENDIF\