2014-06-17 03:22:06 +02:00
|
|
|
include $(dir $(lastword $(MAKEFILE_LIST)))../header.mk
|
|
|
|
|
|
|
|
osx-bundle-restart-helper_OBJ := $(d)osx-bundle-restart-helper.o
|
2010-12-05 20:12:42 +01:00
|
|
|
|
2013-10-15 20:39:34 +02:00
|
|
|
ifeq (yes, $(BUILD_DARWIN))
|
2014-06-17 03:22:06 +02:00
|
|
|
PROGRAM += $(d)osx-bundle-restart-helper
|
2010-12-05 20:12:42 +01:00
|
|
|
endif
|
|
|
|
|
2014-06-17 03:22:06 +02:00
|
|
|
repack-thes-dict_OBJ := $(d)repack-thes-dict.o $(TOP)lib/libaegisub.a
|
|
|
|
repack-thes-dict_LIBS := $(LIBS_BOOST) $(LIBS_ICU)
|
|
|
|
repack-thes-dict_CPPFLAGS := -I$(TOP) -I$(TOP)libaegisub/include $(CFLAGS_ICU)
|
|
|
|
|
|
|
|
PROGRAM += $(d)repack-thes-dict
|
2013-12-18 17:41:42 +01:00
|
|
|
|
2014-06-17 03:22:06 +02:00
|
|
|
$(TOP)tools/respack.lua: $(TOP)vendor/luajit/src/host/minilua
|
2013-12-18 17:41:42 +01:00
|
|
|
|
2014-06-17 03:22:06 +02:00
|
|
|
include $(TOP)Makefile.target
|