Skip to content

Commit de0d8ad

Browse files
committed
Added batch and shellscript compilation to the Make process
Renamed the terminal window to Atari Dev Studio
1 parent d04f0ff commit de0d8ad

27 files changed

+669
-94
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
The following enhancements and changes have been made to Atari Dev Studio:
44

5+
## 0.4.3
6+
7+
* Added ability to compile Batch (.bat) or Shell Script (.sh) files (splendidnut) using the 'Make' process (change dasm compiler option to 'Make'). This option will automatically scan the root workspace folder for a 'makefile.bat' or 'makefile.sh' to use without having to open it first (make sure your base source code file is open and active as per the current compilation process). Note: you can also open the script file and compile from that if required.
8+
* Renamed the 'Make' terminal window to 'Atari Dev Studio'
9+
510
## 0.4.2
611

712
* Added new welcome message on first run after new update has been applied.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This extension is only available due to the great people of the AtariAge communi
106106
* dasm - the many contibutors
107107
* Stella emulator - Stephen Anthony (stephena)
108108
* A7800 emulator - Mike Saarna (RevEng) and Robert Tuccitto (Trebor)
109-
* The AtariAge community including Albert, CPUWiz, Random Terrain, Trebor, Synthpopalooza, sramirez2008, Defender_2600 Gemintronic, Karl G, ZeroPage Homebrew, Muddyfunster, TwentySixHundred, Lillapojkenpåön
109+
* The AtariAge community including Albert, CPUWiz, Random Terrain, Trebor, Synthpopalooza, sramirez2008, Defender_2600 Gemintronic, Karl G, ZeroPage Homebrew, Muddyfunster, TwentySixHundred, Lillapojkenpåön, Andrew Davie, splendidnut
110110
* Mats Engstrom (SmallRoomLabs)
111111

112112
## Languages

Diff for: out/application.js

+9-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: out/application.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: out/compilers/batCompiler.js

+87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)