trying widl (emilio hint)

This commit is contained in:
Bert van der Weerd 2022-10-20 23:54:11 +02:00
parent adce09fbe2
commit aeb599e6a0
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0
2 changed files with 3 additions and 2 deletions

View file

@ -91,10 +91,10 @@ bootstrap : dir winsdk
true ) true )
setup-debian : setup-debian :
apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd wine apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd wine64-tools
setup-fedora : setup-fedora :
dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel wine dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel wine wine-devel
# #
# Build the artifacts in a seperate Makefile # Build the artifacts in a seperate Makefile

View file

@ -15,6 +15,7 @@ export HOST_CC="$MOZBUILD/clang/bin/clang"
export HOST_CXX="$MOZBUILD/clang/bin/clang++" export HOST_CXX="$MOZBUILD/clang/bin/clang++"
export WINE="$MOZBUILD/wine/bin/wine64" export WINE="$MOZBUILD/wine/bin/wine64"
export MIDL=widl
### ###
# TODO : fixme # TODO : fixme