From 8b46df36b6aa29bc2c7a2332f5ce3708b5c434b2 Mon Sep 17 00:00:00 2001 From: Eion Robb Date: Fri, 2 Sep 2016 20:51:34 +1200 Subject: [PATCH] tgl Windows Makefile no longer needs scheme version This change was made a while ago in the Makefile.in but not brought through to the mingw Makefile --- Makefile.tgl.mingw | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.tgl.mingw b/Makefile.tgl.mingw index 52b0bb6..6ec90aa 100644 --- a/Makefile.tgl.mingw +++ b/Makefile.tgl.mingw @@ -18,9 +18,6 @@ srcdir=. -SCHEME_VERSION = 38 -ENCRYPTED_SCHEME_VERSION = 23 - WIN32_DEV_TOP ?= ../../win32-dev @@ -92,7 +89,7 @@ ${EXE}/generate: ${GENERATE_OBJECTS} ${COMMON_OBJECTS} ${AUTO}/scheme.tlo: ${AUTO}/scheme.tl ${EXE}/tl-parser ${EXE}/tl-parser -e $@ ${AUTO}/scheme.tl -${AUTO}/scheme.tl: ${srcdir}/scheme$(SCHEME_VERSION).tl ${srcdir}/encrypted_scheme$(ENCRYPTED_SCHEME_VERSION).tl ${srcdir}/binlog.tl ${srcdir}/mtproto.tl ${srcdir}/append.tl | ${AUTO} +${AUTO}/scheme.tl: ${srcdir}/scheme.tl ${srcdir}/encrypted_scheme.tl ${srcdir}/binlog.tl ${srcdir}/mtproto.tl ${srcdir}/append.tl | ${AUTO} cat $^ > $@ ${AUTO}/scheme2.tl: ${AUTO}/scheme.tl ${EXE}/tl-parser