diff options
author | 2020-09-14 19:57:20 -0400 | |
---|---|---|
committer | 2020-09-14 19:57:20 -0400 | |
commit | d2a55825e69e508d5919e30c892c52d48078b93d (patch) | |
tree | 9a1f9d793426980e8922095f2b549b09c1322109 /src/Makefile | |
parent | 11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (diff) | |
download | textadept-d2a55825e69e508d5919e30c892c52d48078b93d.tar.gz textadept-d2a55825e69e508d5919e30c892c52d48078b93d.zip |
More link updates.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index abd60702..251e33a6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -436,9 +436,9 @@ termkey: termkey.patch | $(termkey_tgz) if [ -d $@ ]; then rm -r $@; fi mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@ && chmod +w $@/termkey.h patch -d $@ -N -p1 < $< -$(win32gtk_zip): ; $(WGET) https://foicica.com/textadept/download/$@ +$(win32gtk_zip): ; $(WGET) $(root_url)/textadept-build/raw/default/$@ win32gtk: | $(win32gtk_zip) ; unzip $| -$(win32curses_zip): ; $(WGET) https://foicica.com/textadept/download/$@ +$(win32curses_zip): ; $(WGET) $(root_url)/textadept-build/raw/default/$@ $(pdcurses_zip): ; $(WGET) http://prdownloads.sourceforge.net/pdcurses/$@ win32curses: pdcurses.patch | $(win32curses_zip) $(pdcurses_zip) unzip $(win32curses_zip) @@ -448,7 +448,7 @@ win32curses: pdcurses.patch | $(win32curses_zip) $(pdcurses_zip) 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) https://foicica.com/textadept/download/$@ +$(gtkosx_tgz): ; $(WGET) $(root_url)/textadept-build/raw/default/$@ gtkosx: | $(gtkosx_tgz) ; mkdir $@ && tar xzf $| -C $@ && mv $@/*/* $@ $(cloc): ; $(WGET) http://prdownloads.sourceforge.net/cloc/$@ |