[libxml2] Bug 571059 – MSVC doesn't work with the bakefile
- From: Daniel Veillard <veillard src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libxml2] Bug 571059 – MSVC doesn't work with the bakefile
- Date: Fri, 7 Aug 2009 14:19:57 +0000 (UTC)
commit a53ee44609032c8b327271301da4f63f92522c6b
Author: Intron <intron intron ac>
Date: Fri Aug 7 16:19:15 2009 +0200
Bug 571059 â?? MSVC doesn't work with the bakefile
* bakefile/libxml2.bkl: MSVC 2008 Ex will report that it cannot
find "config.h", should be fixed with patch
bakefile/libxml2.bkl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bakefile/libxml2.bkl b/bakefile/libxml2.bkl
index 8efe472..f314465 100644
--- a/bakefile/libxml2.bkl
+++ b/bakefile/libxml2.bkl
@@ -481,10 +481,10 @@
<set var="__subdir">$(value)</set>
<set var="_custom_build_files" append="1">$(XMLBASEDIR)\include\$(CONFIG_SRCNAME)</set>
<set var="_custom_build____include_win32config_h">
-Creating the configuration file ..\$(CONFIG_DSTNAME) from ..\include\win32\$(CONFIG_SRCNAME)
+Creating the configuration file ..\$(CONFIG_DSTNAME) from ..\include\$(CONFIG_SRCNAME)
InputPath=..\include\$(CONFIG_SRCNAME)
-"..\include\$(CONFIG_SRCNAME)" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)"
+"..\$(CONFIG_DSTNAME)" : $(DOLLAR)(SOURCE) "$(DOLLAR)(INTDIR)" "$(DOLLAR)(OUTDIR)"
$(TAB)copy "$(DOLLAR)(InputPath)" ..\$(CONFIG_DSTNAME)
</set>
</if>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]