From cee76f1ace49fea1ed3a3ebd6476cca9b799c5b2 Mon Sep 17 00:00:00 2001 From: Bill Derouin Date: Thu, 9 Jan 2014 15:21:46 -0600 Subject: Move biome definition to separate files --- VC2008/MCServer.vcproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'VC2008') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index a017b5a25..2b11c06d6 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1,7 +1,7 @@  + + -- cgit v1.2.3 From 1c2004dfbbd520b929357bce13cdeb06d41ce0ff Mon Sep 17 00:00:00 2001 From: Bill Derouin Date: Fri, 10 Jan 2014 09:23:53 -0600 Subject: Fixed missing externals Turns out you actually have to include the .cpp in the project file --- VC2008/MCServer.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'VC2008') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 2b11c06d6..c5cd7c6da 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -442,6 +442,10 @@ RelativePath="..\src\Authenticator.h" > + + -- cgit v1.2.3