Renamed mastermind.cc into mastermind.cpp for MSVC
This commit is contained in:
parent
8847dc3c50
commit
d491c193e2
2 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ bin_PROGRAMS = mastermind
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
mastermind_SOURCES = mastermind.cc
|
mastermind_SOURCES = mastermind.cpp
|
||||||
mastermind_DEPENDENCIES = $(DEPS)
|
mastermind_DEPENDENCIES = $(DEPS)
|
||||||
mastermind_LDFLAGS = -lm
|
mastermind_LDFLAGS = -lm
|
||||||
mastermind_LDADD = $(LDADDS)
|
mastermind_LDADD = $(LDADDS)
|
||||||
|
|
|
||||||
Reference in a new issue