nathpete-msft
nathpete-msft
@rcdailey here's a stripped down example of how we have ccache running as part of our Gradle builds on Windows. This is just showing the bits specific to Windows, but...
@rcdailey, that's interesting, because it's working fine for me, regardless of back/forward slashes: >E:/tools/ccache/ccache.exe E:\linked\android\ndk\Android.Ndk.17.1.4828580\toolchains\llvm\prebuilt\windows-x86_64\bin\clang.exe --target=aarch64-none-linux-android --gcc-toolchain=E:/linked/android/ndk/Android.Ndk.17.1.4828580/toolchains/aarch64-linux-android-4.9/prebuilt/windows-x86_64 --sysroot=E:/linked/android/ndk/Android.Ndk.17.1.4828580/sysroot -Iexternal -I../../../../external -I../../../../external/sqlite -isystem E:/linked/android/ndk/Android.Ndk.17.1.4828580/sysroot/usr/include/aarch64-linux-android -D__ANDROID_API__=21 -g -DANDROID -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes...
@zadjii-msft, as part of step 2, could that setting also have an option to only show tabs in fullscreen if there is currently more than one tab? Or would that...