Skip to content

Commit

Permalink
fixes Makefile executes commands with sh #103
Browse files Browse the repository at this point in the history
  • Loading branch information
BartmanAbyss committed Jun 23, 2022
1 parent b60020e commit 137e2cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
All notable changes to the "amiga-debug" extension will be documented in this file.

## 1.4.1
- fixed DMA display for blitter (Channel D was missing, Channel B and C incorrectly had Line & Fill attribution)
- fixed DMA display for blitter (Channel D was missing, Channel B and C incorrectly had Line & Fill attribution) (fixes [#104](https://github.com/BartmanAbyss/vscode-amiga-debug/issues/104))
- added more DMA events (CPU Blitter Steal, CPU Blitter Stolen, Copper Skip)
- fix Makefile for users with `git sh` in their path (fixes [#103](https://github.com/BartmanAbyss/vscode-amiga-debug/issues/103))

## 1.4.0
- symbols for Kickstart 1.2, 1.3, 2.04, 2.05, 3.0, 3.1 (no FPU support) working for debugging (e.g. you can set a breakpoint to 'WaitBlit' or 'AllocMem') and profiling
Expand Down
2 changes: 2 additions & 0 deletions template/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# for better annotations add -dA -dP
# to generate assembler source with LTO, add to LDFLAGS: -save-temps=cwd

SHELL = cmd.exe

forward-to-backward = $(subst /,\,$1)

subdirs := $(wildcard */)
Expand Down

0 comments on commit 137e2cb

Please sign in to comment.