diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-04 17:29:41 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-04 17:29:52 +0100 |
commit | 8ecb2c52a67168a4a00b649e7f70731b21a7a91a (patch) | |
tree | 66231b14911d2201ff93e94ce38cbcbf51b64368 /config_host.mk.in | |
parent | 9ec4fc4de14cf04e83ef03a800b929b9abddae75 (diff) |
If Mozab is built, look for VS2005 dlls
Change-Id: Id5585ff27af8e743adbecbdad3587db9224a394b
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 11d95cdbd58b..172ab31adfd9 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -398,6 +398,8 @@ export MSPUB_CFLAGS=$(gb_SPACE)@MSPUB_CFLAGS@ export MSPUB_LIBS=$(gb_SPACE)@MSPUB_LIBS@ export MSVC_DLLS=@MSVC_DLLS@ export MSVC_DLL_PATH=@MSVC_DLL_PATH@ +export MSVC80_DLLS=@MSVC80_DLLS@ +export MSVC80_DLL_PATH=@MSVC80_DLL_PATH@ export MYSQLC_MAJOR=@MYSQLC_MAJOR@ export MYSQLC_MICRO=@MYSQLC_MICRO@ export MYSQLC_MINOR=@MYSQLC_MINOR@ |