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 ----- VC2013/MCServer.rc | 17 ----------------- VC2013/MCServer.vcxproj | 6 +++--- VC2013/icon.ico | Bin 353118 -> 0 bytes VC2013/resource_MCServer.h | 5 ----- src/Resources/MCServer.rc | 17 +++++++++++++++++ src/Resources/icon.ico | Bin 0 -> 353118 bytes src/Resources/icon_128.png | Bin 0 -> 26758 bytes src/Resources/icon_256.png | Bin 0 -> 66137 bytes src/Resources/resource_MCServer.h | 5 +++++ 15 files changed, 29 insertions(+), 51 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 delete mode 100644 VC2013/MCServer.rc delete mode 100644 VC2013/icon.ico delete mode 100644 VC2013/resource_MCServer.h create mode 100644 src/Resources/MCServer.rc create mode 100644 src/Resources/icon.ico create mode 100644 src/Resources/icon_128.png create mode 100644 src/Resources/icon_256.png create mode 100644 src/Resources/resource_MCServer.h 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 @@  -#include -#include -#include "resource_MCServer.h" - - - - -// -// Icon resources -// -LANGUAGE 9, SUBLANG_DEFAULT -IDI_ICON1 ICON "icon.ico" diff --git a/VC2013/MCServer.vcxproj b/VC2013/MCServer.vcxproj index d52c16323..95b73ae57 100644 --- a/VC2013/MCServer.vcxproj +++ b/VC2013/MCServer.vcxproj @@ -218,13 +218,13 @@ - + - + - + diff --git a/VC2013/icon.ico b/VC2013/icon.ico deleted file mode 100644 index 4024523a1..000000000 Binary files a/VC2013/icon.ico and /dev/null differ diff --git a/VC2013/resource_MCServer.h b/VC2013/resource_MCServer.h deleted file mode 100644 index 42f6c4eaf..000000000 --- a/VC2013/resource_MCServer.h +++ /dev/null @@ -1,5 +0,0 @@ -#ifndef IDC_STATIC -#define IDC_STATIC (-1) -#endif - -#define IDI_ICON1 101 diff --git a/src/Resources/MCServer.rc b/src/Resources/MCServer.rc new file mode 100644 index 000000000..e0fbbea5d --- /dev/null +++ b/src/Resources/MCServer.rc @@ -0,0 +1,17 @@ +// 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/src/Resources/icon.ico b/src/Resources/icon.ico new file mode 100644 index 000000000..4024523a1 Binary files /dev/null and b/src/Resources/icon.ico differ diff --git a/src/Resources/icon_128.png b/src/Resources/icon_128.png new file mode 100644 index 000000000..87d939a04 Binary files /dev/null and b/src/Resources/icon_128.png differ diff --git a/src/Resources/icon_256.png b/src/Resources/icon_256.png new file mode 100644 index 000000000..9a77a490f Binary files /dev/null and b/src/Resources/icon_256.png differ diff --git a/src/Resources/resource_MCServer.h b/src/Resources/resource_MCServer.h new file mode 100644 index 000000000..42f6c4eaf --- /dev/null +++ b/src/Resources/resource_MCServer.h @@ -0,0 +1,5 @@ +#ifndef IDC_STATIC +#define IDC_STATIC (-1) +#endif + +#define IDI_ICON1 101 -- cgit v1.2.3