mirror of
https://github.com/pret/agbcc.git
synced 2026-03-21 17:44:20 -05:00
15 lines
279 B
Batchfile
Executable File
15 lines
279 B
Batchfile
Executable File
@echo off
|
|
if "%1" == "h8/300" goto h8300
|
|
|
|
echo Configuring libiberty for go32
|
|
copy Makefile.dos Makefile
|
|
echo #define NEED_sys_siglist 1 >> config.h
|
|
echo #define NEED_psignal 1 >> config.h
|
|
goto exit
|
|
|
|
:h8300
|
|
echo Configuring libiberty for H8/300
|
|
copy Makefile.dos Makefile
|
|
|
|
:exit
|