summary refs log tree commit diff stats
path: root/plugins/wmpa/wmpplaylistcollection.cpp
AgeCommit message (Expand)Author
2011-08-12add wmpa 1.0.2 sourcesBerke Viktor
200 committer berkeviktor@aol.com <berkeviktor@aol.com> 2011-08-07 09:34:18 +0200 add libxml-wdk support files' href='/git-repos/torxchat.git/commit/ext/libxml-wdk/win32/build-x86.bat?h=fix-ub&id=518271bd4cb92dcd4d760317395729806ac38e77'>518271bd ^
3de58f13 ^
518271bd ^










9b4f2b43 ^
19b7e2f0 ^
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