2002-04-23 04:37:31 +08:00
|
|
|
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
|
2006-02-17 16:58:56 +08:00
|
|
|
include_path = ..\zlib-1.2.3
|
|
|
|
include_path = "..\OpenAL 1.0 Software Development Kit\include"
|
2001-07-13 22:58:14 +08:00
|
|
|
|
2006-02-17 16:58:56 +08:00
|
|
|
define = _USE_MATH_DEFINES
|
|
|
|
define = _CRT_SECURE_NO_DEPRECATE
|
2001-07-13 22:58:14 +08:00
|
|
|
define = HAVE_CONFIG_H
|
|
|
|
|
|
|
|
# Rule to create simgear_config.h
|
2002-04-23 04:37:31 +08:00
|
|
|
add_source_file = SOURCE=.\simgear\simgear_config.h.vc5\
|
2001-07-13 22:58:14 +08:00
|
|
|
\
|
2002-04-23 04:37:31 +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\
|
|
|
|
\
|
2002-04-23 04:37:31 +08:00
|
|
|
".\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\
|
|
|
|
\
|
2002-04-23 04:37:31 +08:00
|
|
|
!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\
|
|
|
|
\
|
2002-04-23 04:37:31 +08:00
|
|
|
".\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\
|
2002-04-23 04:37:31 +08:00
|
|
|
|