From 9b07405cd5513f75b2f1a2ae1d402cde40742a17 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 22 Mar 2020 19:23:40 -0400 Subject: More code cleanup, reformatting, refactoring, and bug fixing. --- src/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3