Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e517ed1a7 | |||
| 85ef0281d7 | |||
| 8b9cde7cb6 | |||
| b559143f67 | |||
| 4f6cd571c8 | |||
| bd26ebb85e | |||
| 07f07ecf95 | |||
| 412c57f4c0 | |||
| 3b140cea64 | |||
| 8409cfacf4 | |||
| 73782302bb |
2 changed files with 7 additions and 14 deletions
5
linux/.gitignore
vendored
Normal file
5
linux/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
librewolf-*
|
||||||
|
/version
|
||||||
|
/source_release
|
||||||
|
/work
|
||||||
|
*.zip
|
||||||
|
|
@ -1,22 +1,10 @@
|
||||||
# mozconfig - crosscompile from Linux to Windows
|
# mozconfig - crosscompile from Linux to Windows
|
||||||
|
|
||||||
export MOZBUILD=$HOME/.mozbuild
|
export MOZBUILD=$HOME/.mozbuild
|
||||||
export WINDOWSSDKDIR="$MOZBUILD/win-cross/vs/Windows Kits/10"
|
|
||||||
ac_add_options --target=x86_64-pc-mingw32
|
ac_add_options --target=x86_64-pc-mingw32
|
||||||
mk_add_options "export LOWERCASE_DIRS=$MOZBUILD/win-cross"
|
ac_add_options --enable-bootstrap
|
||||||
|
export WINSYSROOT="$MOZBUILD/win-cross/vs"
|
||||||
EXTRA_PATH="$MOZBUILD/win-cross/vs/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64:"
|
|
||||||
mk_add_options "export PATH=$EXTRA_PATH$PATH"
|
|
||||||
|
|
||||||
export CC="$MOZBUILD/clang/bin/clang-cl"
|
|
||||||
export CXX="$MOZBUILD/clang/bin/clang-cl"
|
|
||||||
export HOST_CC="$MOZBUILD/clang/bin/clang"
|
|
||||||
export HOST_CXX="$MOZBUILD/clang/bin/clang++"
|
|
||||||
|
|
||||||
export WINE="$MOZBUILD/wine/bin/wine64"
|
|
||||||
export MIDL="$MOZBUILD/wine/bin/widl"
|
export MIDL="$MOZBUILD/wine/bin/widl"
|
||||||
#export MIDL=midl
|
|
||||||
#export MIDL=widl
|
|
||||||
|
|
||||||
###
|
###
|
||||||
# TODO : fixme
|
# TODO : fixme
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue