e79aa3c0ed
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
16 lines
414 B
Makefile
16 lines
414 B
Makefile
thisdir = nunit24/ConsoleRunner/nunit-console-exe
|
|
SUBDIRS =
|
|
include ../../../build/rules.make
|
|
|
|
PROGRAM = nunit-console.exe
|
|
LOCAL_MCS_FLAGS =
|
|
LIB_REFS = nunit.framework nunit.util nunit.core nunit-console-runner
|
|
|
|
EXTRA_DISTFILES = App.ico \
|
|
nunit-console.exe.csproj \
|
|
nunit-console.exe_VS2005.csproj \
|
|
nunit-console.exe.config.net_2_0 \
|
|
nunit-console.exe.config.net_3_5
|
|
|
|
include ../../../build/executable.make
|