diff options
author | Intron <intron@intron.ac> | 2009-08-07 16:19:15 +0200 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2009-08-07 16:19:15 +0200 |
commit | a53ee44609032c8b327271301da4f63f92522c6b (patch) | |
tree | 46620eb451abc485b3d4e8ccc998b12c7cb3a3a2 | |
parent | 2afca4a1c4964be7b37326d365a2a625c3a38c7e (diff) | |
download | libxml2-a53ee44609032c8b327271301da4f63f92522c6b.tar.gz |
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
-rw-r--r-- | bakefile/libxml2.bkl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bakefile/libxml2.bkl b/bakefile/libxml2.bkl index 8efe472f..f314465e 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>
|