1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-19 19:41:03 +00:00

make make work in cmd.exe

This commit is contained in:
bebbo
2019-01-09 08:14:15 +01:00
parent f4cb22a9b4
commit 91bf35b88a
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,8 @@
@for /f %%i in ('cd') do @path %path%;%%i\bin
@for /f %%i in ('cd') do @set PREFIX=%%i
@path %path%;%prefix%\bin\
@copy /y bin\bat2exe.exe bin\make.exe >NUL:
@echo %prefix%\bin\_make.exe >>bin\make.exe
@echo %prefix%\bin\_make.exe SHELL=%prefix%\bin\sh.exe >>bin\make.exe
@echo *******************************************************************************
@echo * Welcome to amiga-gcc *

View File

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