Parent Directory
|
Revision Log
Compile on MinGW.
1 | #!/bin/sh |
2 | |
3 | export CC=gcc |
4 | export CXX=g++ |
5 | export MOZ_TOOLS=`pwd` |
6 | export PATH=$MOZ_TOOLS/bin:$PATH |
7 | mkdir bin |
8 | ./configure --enable-static --enable-js-static-build |
Name | Value |
---|---|
svn:executable | * |
ViewVC Help | |
Powered by ViewVC 1.1.24 |