move build folder to platforms
authorPhil Burk <philburk@mobileer.com>
Sun, 21 Feb 2021 20:18:05 +0000 (12:18 -0800)
committerPhil Burk <philburk@mobileer.com>
Sun, 21 Feb 2021 20:30:31 +0000 (12:30 -0800)
commitdd36defa0a2b8210295d52fdd0bc0768974b0991
treecf3baab5275cdb3cd4df527cd47e92b7a5324f90
parent0d672885a024ce32602006150132a72837e3d99d
move build folder to platforms

Update Travis and README
17 files changed:
.gitignore
.travis.yml
build/linux-crossbuild-amiga/Makefile [deleted file]
build/linux-crossbuild-atari/Makefile [deleted file]
build/mingw-crossbuild-linux/Makefile [deleted file]
build/unix/Makefile [deleted file]
build/win32/vs2017/pforth.sln [deleted file]
build/win32/vs2017/pforth_main.vcxproj [deleted file]
build/win32/vs2017/pforth_main.vcxproj.filters [deleted file]
platforms/linux-crossbuild-amiga/Makefile [new file with mode: 0644]
platforms/linux-crossbuild-atari/Makefile [new file with mode: 0644]
platforms/mingw-crossbuild-linux/Makefile [new file with mode: 0644]
platforms/unix/Makefile [new file with mode: 0644]
platforms/win32/vs2017/pforth.sln [new file with mode: 0644]
platforms/win32/vs2017/pforth_main.vcxproj [new file with mode: 0644]
platforms/win32/vs2017/pforth_main.vcxproj.filters [new file with mode: 0644]
readme.txt