include file format specs with dist and always define HAVE_LUA for developer builds
This commit is contained in:
parent
5209fd6e61
commit
c90533d007
|
@ -1,4 +1,4 @@
|
|||
EXTRA_DIST = README.LIN README.MAC README.WIN README.TRANSLATION autogen.sh \
|
||||
EXTRA_DIST = README.LIN README.MAC README.WIN README.TRANSLATION dsm.txt dsv.txt autogen.sh \
|
||||
$(PO_FILES_IN)
|
||||
DISTCLEANFILES = $(PO_FILES)
|
||||
SUBDIRS = $(PO_DIR) src
|
||||
|
|
|
@ -33,8 +33,11 @@
|
|||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define ENABLE_SSE
|
||||
#define ENABLE_SSE2
|
||||
#define ENABLE_SSE
|
||||
#define ENABLE_SSE2
|
||||
#ifdef DEVELOPER
|
||||
#define HAVE_LUA
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
|
Loading…
Reference in New Issue