Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
3e517ed1a7
set midl envvar 2023-02-17 21:45:49 +01:00
85ef0281d7
fix mozconfig 2023-02-17 21:41:16 +01:00
8b9cde7cb6
fix 2023-02-16 21:21:49 +01:00
b559143f67
fix 2023-02-16 21:07:50 +01:00
4f6cd571c8
fix 2023-02-16 21:06:44 +01:00
bd26ebb85e
fix 2023-02-16 21:05:26 +01:00
07f07ecf95
fix 2023-02-16 20:58:52 +01:00
412c57f4c0
fix 2023-02-16 20:57:45 +01:00
3b140cea64
fix 2023-02-16 20:56:10 +01:00
8409cfacf4
fix 2023-02-16 20:51:09 +01:00
73782302bb
fix 2023-02-16 20:33:26 +01:00
2 changed files with 7 additions and 14 deletions

5
linux/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
librewolf-*
/version
/source_release
/work
*.zip

View file

@ -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