mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1296bf13df
This is the source for the new setup.sh: #!/bin/sh rm -rf sccache tar -xjf sccache.tar.bz2 if test -d LLVM; then rm -rf LLVM fi if test -f LLVM-*-win32.zip; then unzip LLVM-*-win32.zip mv LLVM-*-win32 LLVM fi |
||
---|---|---|
.. | ||
app | ||
base | ||
branding | ||
components | ||
config | ||
devtools | ||
docs | ||
experiments | ||
extensions | ||
fuel | ||
installer | ||
locales | ||
metro | ||
modules | ||
themes | ||
app-rules.mk | ||
app.mozbuild | ||
build.mk | ||
confvars.sh | ||
defs.mk | ||
LICENSE | ||
Makefile.in | ||
moz.build |