mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-19 21:11:59 +00:00
add make, cp, rm, ls, sh to windows
This commit is contained in:
@ -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
|
||||
@cmd /k
|
||||
|
||||
3
setup/make.bat
Normal file
3
setup/make.bat
Normal file
@ -0,0 +1,3 @@
|
||||
@echo off
|
||||
_make SHELL=%PREFIX%/bin/sh.exe %*
|
||||
|
||||
Reference in New Issue
Block a user