summary refs log tree commit diff stats
path: root/autogen.sh
diff options
context:
space:
mode:
authorbviktor <bviktor@outlook.com>2012-09-22 07:12:44 -0700
committerbviktor <bviktor@outlook.com>2012-09-22 07:12:44 -0700
commit0515aabc668d713f6e96e823121896f9d14434e7 (patch)
treed8fbef63445fd403427f6f656e4193047c4a7522 /autogen.sh
parent241e3bf56678758fdf11d82438886a793f68064c (diff)
parente6a0532fc26a83e126907fbd7a16889873cceb89 (diff)
Merge pull request #96 from Arnavion/fix-broken-defines
Broken #defines after autoconf + configure due to misbehaving AS_AC_EXPAND macro
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions
&id=3de58f13a45d25bfb5cf5e2fc11362cf9dbd7558'>^
518271bd ^
3de58f13 ^
19b7e2f0 ^
518271bd ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
         
                                    










                                                                                                                                                                                                        
                        
                                 
                                    
            
                                            
     
@echo off
set TARGET="LibXML-WDK 2.7.8 x86.7z"
set WDK_ROOT=c:\WinDDK\7600.16385.1
set INCLUDE=%WDK_ROOT%\inc\api;%WDK_ROOT%\inc\crt
set LIB=%WDK_ROOT%\lib\wxp\i386;%WDK_ROOT%\lib\Crt\i386
set PATH=%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\VC\bin;%PROGRAMFILES(X86)%\Microsoft Visual Studio 10.0\Common7\IDE;%PROGRAMFILES(X86)%\Microsoft SDKs\Windows\v7.0A\Bin;%SystemRoot%\system32
cscript configure.js compiler=msvc iconv=no iso8859x=yes
nmake /nologo /f Makefile.msvc clean
nmake /nologo /f Makefile.msvc
rmdir /q /s bin
rmdir /q /s include
rmdir /q /s lib
nmake /nologo /f Makefile.msvc install
move lib\libxml2.dll bin
copy /y ..\COPYING LICENSE.LIBXML
set PATH=%PATH%;%PROGRAMW6432%\7-Zip
del %TARGET%
7z a %TARGET% bin include lib LICENSE.LIBXML
pause