agranlund / wolf

Wolfenstein 3D for Gameboy Color
GNU General Public License v2.0
53 stars 5 forks source link

Update z80/tools #1

Open bzxgcs opened 3 years ago

bzxgcs commented 3 years ago

Hello! My system version is Macos 9.5, and I can't run wla-gb in z80/tools. Then I downloaded latest wla-gb, but I found the parameter in makefile (-oxi) can't fit the latest version. Could you update files in z80/tools and makefile to latest version?

bzxgcs commented 3 years ago
QQ图片20201014111836
cutrus commented 1 month ago

Edit makefile and set CFLAGS as separate options (also remove -o - it's not necessary):

  3 #CFLAGS = -oxi
  4 CFLAGS = -x -v -i                                                                                                                   
  5 LD = tools/wlalink