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:
@ -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 *
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
@echo off
|
||||
_make SHELL=%PREFIX%/bin/sh.exe %*
|
||||
|
||||
Reference in New Issue
Block a user