diff options
| author | Simon Tatham <anakin@pobox.com> | 2017-08-24 19:11:52 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2017-08-24 19:40:50 +0100 |
| commit | bfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc (patch) | |
| tree | 6d62b5572e2319c5f575bcb1668a49254eb79c32 /Recipe | |
| parent | b3f122f5f9ab5d12f2625ec59e2963c8d7c1ae9a (diff) | |
| download | puzzles-bfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc.zip puzzles-bfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc.tar.gz puzzles-bfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc.tar.bz2 puzzles-bfd02e0e475ceaa8ea659c136c1e24ee95c1f3fc.tar.xz | |
Set up a clang-cl makefile.
Mostly just cribbed from the corresponding changes in PuTTY's
build setup, although since the two mkfile.pl scripts are not
_quite_ identical, I had to make a few tweaks.
Diffstat (limited to 'Recipe')
| -rw-r--r-- | Recipe | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ !makefile gnustep Makefile.gnustep !makefile nestedvm Makefile.nestedvm !makefile emcc Makefile.emcc +!makefile clangcl Makefile.clangcl !srcdir icons/ |