diff options
author | 2018-11-10 22:38:47 -0500 | |
---|---|---|
committer | 2018-11-10 22:38:47 -0500 | |
commit | d751e91b06f56fd71ae3b31205aa1673d6012718 (patch) | |
tree | 3f831a3a7356cc314ab2778b5012770fe5f49b3e /src | |
parent | b9e6c83918b306fb055d86c2925efc18747443f1 (diff) | |
download | textadept-d751e91b06f56fd71ae3b31205aa1673d6012718.tar.gz textadept-d751e91b06f56fd71ae3b31205aa1673d6012718.zip |
Use versioned win32curses.zip.
This allows previous versions of Textadept to compile against PDCurses 3.4 and
newer versions to compile against 3.6.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 43d5adf2..b8892a59 100644 --- a/src/Makefile +++ b/src/Makefile @@ -371,7 +371,7 @@ gtdialog_zip = 6435a42450c7.zip cdk_tgz = cdk-5.0-20150928.tgz termkey_tgz = libtermkey-0.20.tar.gz win32gtk_zip = win32gtk-2.24.32.zip -win32curses_zip = win32curses.zip +win32curses_zip = win32curses36.zip pdcurses_zip = pdcurs36.zip gtkosx_tgz = gtkosx-2.24.31.tar.gz bombay_zip = bombay.zip |