1
0
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:
bebbo
2019-01-06 23:36:22 +01:00
parent 0ca53a6e19
commit f4cb22a9b4
2 changed files with 5 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
@echo off
_make SHELL=%PREFIX%/bin/sh.exe %*