From b9e6c83918b306fb055d86c2925efc18747443f1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 10 Nov 2018 20:46:38 -0500 Subject: Fixed compiling issues with updated PDCurses 3.6. --- src/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index cc16c6fb..43d5adf2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -420,10 +420,10 @@ $(pdcurses_zip): ; wget http://prdownloads.sourceforge.net/pdcurses/$@ win32curses: | $(win32curses_zip) $(pdcurses_zip) unzip $(win32curses_zip) mkdir $@/src && unzip -d $@/src $(pdcurses_zip) - cp $@/lib/pdckbd.c $@/src/win32 - cd $@/src/win32 && $(MAKE) -f gccwin32.mak CC="$(CROSS)$(CC) $(CFLAGS)" \ - LIBEXE=$(CROSS)ar LINK="$(CROSS)$(CC) $(CFLAGS)" WIDE=Y UTF8=Y - cp $@/src/win32/pdcurses.a $@/lib/ + cp $@/lib/pdckbd.c $@/src/wincon + cd $@/src/wincon && $(MAKE) CC="$(CROSS)$(CC) $(CFLAGS)" LIBEXE=$(CROSS)ar \ + LINK="$(CROSS)$(CC) $(CFLAGS)" WIDE=Y UTF8=Y libs + cp $@/src/wincon/pdcurses.a $@/lib/ $(gtkosx_tgz): ; wget http://foicica.com/textadept/download/$@ gtkosx: | $(gtkosx_tgz) ; mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@ $(bombay_zip): ; wget http://foicica.com/hg/bombay/archive/tip.zip -O $@ -- cgit v1.2.3