-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
28 lines (26 loc) · 840 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
EXTRA_DIST = expansions.m4 lib/nunit/nunit.framework.dll
#Warning: This is an automatically generated file, do not edit!
if ENABLE_DEBUG
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_DEBUGKOPILUA
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_RELEASE
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_RELEASEKOPILUA
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_DEBUG_X64
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_RELEASE_X64
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_DEBUGKOPILUA_X64
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif
if ENABLE_RELEASEKOPILUA_X64
SUBDIRS = Core NLuaTest ConsoleTest Applications/LuaRunner
endif