diff options
author | WiSo <wiso@xbmc.org> | 2011-01-31 19:14:50 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-01-31 19:14:50 +0100 |
commit | 8de399621d9f26ebedeca78503c5ed7d1330b930 (patch) | |
tree | 7489176b28076b35023d4aed8195e6937e728d41 /project | |
parent | c1345070ae927c4f0d345c30a6cc8f7dbe44f79a (diff) |
[WIN32] added comments that it currently only works under Win32
Diffstat (limited to 'project')
-rw-r--r-- | project/Win32BuildSetup/buildmingwlibs.bat | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project/Win32BuildSetup/buildmingwlibs.bat b/project/Win32BuildSetup/buildmingwlibs.bat index 659a36049a..1412351367 100644 --- a/project/Win32BuildSetup/buildmingwlibs.bat +++ b/project/Win32BuildSetup/buildmingwlibs.bat @@ -1,6 +1,8 @@ @ECHO OFF +rem batch file to compile mingw libs via BuildSetup +rem currently only working on x86 (see msys.bat) + rem set M$ env call "%VS100COMNTOOLS%..\..\VC\bin\vcvars32.bat" rem compiles a bunch of mingw libs and not more -..\BuildDependencies\msys\bin\rxvt -backspacekey -sl 2500 -sr -fn Courier-12 -tn msys -geometry 120x25 -title "building mingw dlls" -e /bin/sh --login /xbmc/project/Win32BuildSetup/buildmingwlibs.sh - +..\BuildDependencies\msys\bin\rxvt -backspacekey -sl 2500 -sr -fn Courier-12 -tn msys -geometry 120x25 -title "building mingw dlls" -e /bin/sh --login /xbmc/project/Win32BuildSetup/buildmingwlibs.sh
\ No newline at end of file |