From 8c610cf50e6cb12f8855713b9ed7e731ab270642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Tue, 12 Dec 2017 21:45:31 -0800 Subject: [PATCH] Cleanup. --- scripts/bimg.lua | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/scripts/bimg.lua b/scripts/bimg.lua index de99460..64ecffd 100644 --- a/scripts/bimg.lua +++ b/scripts/bimg.lua @@ -27,21 +27,6 @@ project "bimg" path.join(BIMG_DIR, "src/image_gnf.cpp"), } ---[[ - if filesexist(BIMG_DIR, path.join(BIMG_DIR, "../bimg-ext"), { - path.join(BIMG_DIR, "scripts/bimg.lua"), }) then - - if filesexist(BIMG_DIR, path.join(BIMG_DIR, "../bimg-ext"), { - path.join(BIMG_DIR, "src/image_gnf.cpp"), }) then - - removefiles { - path.join(BIMG_DIR, "src/image_gnf.cpp"), - } - end - - dofile(path.join(BIMG_DIR, "../bimg-ext/scripts/bimg.lua") ) - end]] - configuration { "linux-*" } buildoptions { "-fPIC",