List of pastes
:

Skia m89 patch (Diff) 2021-02-02 18:59
diff --git a/BUILD.gn b/BUILD.gn index ed22479622..c42477c3db 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -100,7 +100,7 @@ config("skia_private") { # Any code that's linked into Skia-the-library should use this config via += skia_li...
Skia patch (m86) (Diff) 2020-09-02 20:57
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn index e8e6ce4603..bd9a2777ba 100644 --- a/gn/toolchain/BUILD.gn +++ b/gn/toolchain/BUILD.gn @@ -81,7 +81,7 @@ toolchain("msvc") { if (target_cpu == "x86") { # Toolc...
Skia DLL patch (m85) (Diff) 2020-08-08 10:16
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn index 4517710946..f49d3b9b39 100644 --- a/gn/toolchain/BUILD.gn +++ b/gn/toolchain/BUILD.gn @@ -67,7 +67,7 @@ toolchain("msvc") { if (target_cpu == "x86") { # Toolc...
Skia patch (m85) (Diff) 2020-07-11 05:41
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn index 4517710946..f49d3b9b39 100644 --- a/gn/toolchain/BUILD.gn +++ b/gn/toolchain/BUILD.gn @@ -67,7 +67,7 @@ toolchain("msvc") { if (target_cpu == "x86") { # Toolc...
Skia patch (m85) (Diff) 2020-07-09 19:25
diff --git a/gn/toolchain/BUILD.gn b/gn/toolchain/BUILD.gn index 4517710946..f49d3b9b39 100644 --- a/gn/toolchain/BUILD.gn +++ b/gn/toolchain/BUILD.gn @@ -67,7 +67,7 @@ toolchain("msvc") { if (target_cpu == "x86") { # Toolc...
CMakeSettings.json (JavaScript) 2017-11-11 14:41
https://blogs.msdn.microsoft.com/vcblog/2017/08/14/cmake-support-in-visual-studio-customizing-your-environment/ にあるやつを ninja ではなく MSBuild 用に改変
function.h (C++) 2016-02-14 19:54
C++98 用 std::function もどき
AkelPad coder file for AngelScript (Plain text) 2015-10-01 21:17
;----------------------------------------------; ; Coder plugin syntax file ; ;----------------------------------------------; ;Colors ; Color need to be in #RRGGBB format. ; If color equal to zero, then color ...