diff --git a/setup/cmdline.bat b/setup/cmdline.bat index f9f7734..6ee2b00 100644 --- a/setup/cmdline.bat +++ b/setup/cmdline.bat @@ -1,4 +1,5 @@ @for /f %%i in ('cd') do @path %path%;%%i\bin +@for /f %%i in ('cd') do @set PREFIX=%%i @echo ******************************************************************************* @echo * Welcome to amiga-gcc * @@ -7,4 +8,4 @@ m68k-amigaos-gcc hello.c -o hello -Os -noixemul -@cmd /k \ No newline at end of file +@cmd /k diff --git a/setup/make.bat b/setup/make.bat new file mode 100644 index 0000000..70744a0 --- /dev/null +++ b/setup/make.bat @@ -0,0 +1,3 @@ +@echo off +_make SHELL=%PREFIX%/bin/sh.exe %* +