From 118b7a121b5c50d52be2e2dcffec13be505426db Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sun, 12 Jan 2014 17:57:29 +0100 Subject: Moved the win resources into a separate subfolder. This will allow us to use them in CMake builds. --- VC2008/MCServer.rc | 17 ----------------- VC2008/MCServer.vcproj | 8 ++++---- VC2008/icon.ico | Bin 353118 -> 0 bytes VC2008/icon_128.png | Bin 26758 -> 0 bytes VC2008/icon_256.png | Bin 66137 -> 0 bytes VC2008/resource_MCServer.h | 5 ----- 6 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 VC2008/MCServer.rc delete mode 100644 VC2008/icon.ico delete mode 100644 VC2008/icon_128.png delete mode 100644 VC2008/icon_256.png delete mode 100644 VC2008/resource_MCServer.h (limited to 'VC2008') diff --git a/VC2008/MCServer.rc b/VC2008/MCServer.rc deleted file mode 100644 index e0fbbea5d..000000000 --- a/VC2008/MCServer.rc +++ /dev/null @@ -1,17 +0,0 @@ -// Generated by ResEdit 1.5.11 -// Copyright (C) 2006-2012 -// http://www.resedit.net - -#include -#include -#include -#include "resource_MCServer.h" - - - - -// -// Icon resources -// -LANGUAGE 9, SUBLANG_DEFAULT -IDI_ICON1 ICON "icon.ico" diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index f835819a6..0927f2f7b 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -1,7 +1,7 @@