mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-03 14:19:20 +00:00
automate building windows setup
This commit is contained in:
10
setup/cmdline.bat
Normal file
10
setup/cmdline.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@for /f %%i in ('cd') do @path %path%;%%i\bin
|
||||
|
||||
@echo *******************************************************************************
|
||||
@echo * Welcome to amiga-gcc *
|
||||
@echo *******************************************************************************
|
||||
@dir bin\*.exe /w
|
||||
|
||||
m68k-amigaos-gcc hello.c -o hello -Os -noixemul
|
||||
|
||||
@cmd /k
|
||||
Reference in New Issue
Block a user