Compare commits

...

1 Commits
r2 ... master

Author SHA1 Message Date
George Sokianos 82ab955b04 Fix lha archive 2023-11-12 17:54:31 +00:00
1 changed files with 1 additions and 8 deletions

View File

@ -1,10 +1,3 @@
# USE_CLIB2=YES
# ifeq ($(USE_CLIB2), YES)
# LIBC=clib2
# else
# LIBC=newlib
# endif
# Set the lic to be used with the LIBC argument
# possible values newlib, clib2, clib4
# make -f Makefile.os4 LIBC=clib4
@ -43,4 +36,4 @@ release:
make -f Makefile.os4 LIBC=clib4
cp ./.libs/libhyphen.a ./.libs/libhyphen.la release/local/clib4/lib/
# create the release archive
lha -aeq libhyphen.lha release/
lha aq libhyphen.lha release/