mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-05 13:04:54 +02:00
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
|
||
|
|