mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
a2f512813f
- fixed locale issue - Makefiles for StupidAI - fix for #671 (not tested) - linux readme update, including #598
11 lines
234 B
Makefile
11 lines
234 B
Makefile
pkglib_LTLIBRARIES = StupidAI.la
|
|
StupidAI_la_LIBADD = $(top_builddir)/lib/libvcmi.la
|
|
StupidAI_la_LDFLAGS = -L$(top_builddir)/lib -module
|
|
StupidAI_la_SOURCES = \
|
|
main.cpp\
|
|
stdafx.cpp\
|
|
stdafx.h\
|
|
StupidAI.cpp\
|
|
StupidAI.h
|
|
|