Commit Graph

13 Commits

Author SHA1 Message Date
Rob Greene 045fc10c62 Ignoring .idea folder. 2023-10-20 16:14:20 -05:00
Rob Greene 09b11747ad Ignoring some more disk image types. 2022-01-18 20:34:12 -06:00
Rob Greene 38dc876ba8 Re-adding the lost test disks. 2022-01-08 21:26:36 -06:00
Rob Greene 7d4aa1a4c6 Fixing .gitignore and committing images used for unit tests. 2021-12-21 17:09:22 -06:00
Rob Greene ad413dc81e Ignoring some VS Code directories. 2021-12-19 22:13:08 -06:00
Rob Greene f3cecfd415 First draft of AppleSoft BASIC tokenizer for 'ac'. #23. 2018-05-08 21:40:47 -05:00
Rob Greene ae72f3877e Documenting gitignore, per #15 in preparation for #12. 2018-03-02 19:54:09 -06:00
Rob Greene 3291b515d5 Building for 'ac' as well as Linux/Windows/Mac OS X. 2017-11-19 13:23:59 -06:00
Rob Greene 438e6ec1f0 First draft of morphing AppleCommander to use Gradle instead of Ant. 2017-11-15 23:00:11 -06:00
A2 Geek ba85678853
Merge pull request #8 from iKarith/linux
Build on Linux and macOS using reasonably current JDKs
2017-11-15 20:18:53 -06:00
T. Joseph Carter 72fb36478b Improve Mac build process a bit
Copy swt.jar to a directory in ${work} rather than ${mac.dir} as there's
no need for droppings all over the build tree.  Also cleaned up building
${maczip} a bit to avoid extra file copying, to put the uncompressed
.app in ${dist}, etc.  Removed some cruft from .gitignore while I was at
it.

The conditional nature of building macBundle kind of bothers me a little
since if you have the correct swt.jar (which we could provide and have
in some versions of the build system), you could build self-contained
packages for macOS and for Windows.  A self-contained package for Linux
is also possible, but doesn't make much sense as Linux software
installation routinely involves installing dependencies, either manually
or automatically.
2017-11-11 06:15:53 -08:00
Rob Greene d7f2631434 Updating web site and rearranging a bit to save space per #6. 2017-11-08 13:27:22 -06:00
T. Joseph Carter f683bfc24c Created .gitignore to replace the .cvsignore files 2017-11-02 22:49:36 -07:00