diff options
author | 2020-03-22 19:23:40 -0400 | |
---|---|---|
committer | 2020-03-22 19:23:40 -0400 | |
commit | 9b07405cd5513f75b2f1a2ae1d402cde40742a17 (patch) | |
tree | 88e6d54650d34b60b0fef68e91f84db5e3263f6b /src/Makefile | |
parent | 66cd64e293bd85bb8c24dbda78c00331879a8a5b (diff) | |
download | textadept-9b07405cd5513f75b2f1a2ae1d402cde40742a17.tar.gz textadept-9b07405cd5513f75b2f1a2ae1d402cde40742a17.zip |
More code cleanup, reformatting, refactoring, and bug fixing.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index aab07f49..2dc53fab 100644 --- a/src/Makefile +++ b/src/Makefile @@ -150,6 +150,8 @@ cdk_objs = $(addprefix cdk-, binding.o buttonbox.o cdk.o cdk_display.o \ ifdef DEBUG CFLAGS += -g -O0 CXXFLAGS += -g -O0 + LUA_CFLAGS += -DLUA_USE_APICHECK + sci_flags += -UNDEBUG -DDEBUG endif # Build. @@ -366,7 +368,7 @@ else gtdialog_url = http://foicica.com/hg/gtdialog/archive/tip.zip endif -scintilla_zip = 429993cf4429.zip +scintilla_zip = 000045872e04.zip lua_tgz = lua-5.3.5.tar.gz lpeg_tgz = lpeg-1.0.2.tar.gz lfs_zip = v1_7_0_2.zip |