mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
also create tmp folder if missing
This commit is contained in:
@ -1,13 +1,14 @@
|
|||||||
@for /f %%i in ('cd') do @set PREFIX=%%i
|
@echo off
|
||||||
@path %path%;%prefix%\bin\
|
for /f %%i in ('cd') do @set PREFIX=%%i
|
||||||
@copy /y bin\bat2exe.exe bin\make.exe >NUL:
|
path %path%;%prefix%\bin\
|
||||||
@echo %prefix%\bin\_make.exe >>bin\make.exe
|
if not exist bin\make.exe (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 %prefix%\bin\_make.exe SHELL=%prefix%\bin\sh.exe >>bin\make.exe
|
if not exist ../tmp mkdir ../tmp
|
||||||
|
|
||||||
@echo *******************************************************************************
|
echo *******************************************************************************
|
||||||
@echo * Welcome to amiga-gcc *
|
echo * Welcome to amiga-gcc *
|
||||||
@echo *******************************************************************************
|
echo *******************************************************************************
|
||||||
@dir bin\*.exe /w
|
dir bin\*.exe /w
|
||||||
|
@echo on
|
||||||
|
|
||||||
m68k-amigaos-gcc hello.c -o hello -Os -noixemul
|
m68k-amigaos-gcc hello.c -o hello -Os -noixemul
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user