051a5e9a38
New README.MSVC. New src-libs/zlib.dsp for building zlib.
40 lines
1.0 KiB
INI
40 lines
1.0 KiB
INI
type = StaticLibrary,Multithreaded,
|
|
exclude_dir = threads
|
|
|
|
include_path = .
|
|
include_path = ..
|
|
include_path = .\SimGear
|
|
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\
|
|
|