summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/scripts/lemon.lua
blob: 2759ea609728ccccc397cf3e1d8c3e1d24d02ce5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--
-- Copyright 2010-2019 Branimir Karadzic. All rights reserved.
-- License: https://github.com/bkaradzic/bx#license-bsd-2-clause
--

project "lemon"
	kind "ConsoleApp"

	files {
		path.join(BX_DIR, "tools/lemon/lemon.c")
	}

	configuration { "not vs*" }
		buildoptions {
			"-Wno-implicit-fallthrough",
			"-Wno-sign-compare",
			"-Wno-unused-parameter",
		}

	configuration {}

	strip()
77cd940554?s=13&d=retro' /> Vas Crabb2017-08-101-551/+594 * Update translation files (again) Vas Crabb2017-08-061-921/+981 * Update localisation .po files. Our localisations are rotting badly, so pleas... Vas Crabb2017-07-281-1131/+1215 * srcclean and translation regeneration Vas Crabb2016-08-291-572/+571 * Update and fix translation files. dankan18902016-07-071-472/+782 * Synchronized the translation files. (Nw) dankan18902016-04-151-348/+364 * submenu: merged some options menu. (nw)