From dd32de5567784e912f28e735b4415344f1d8feb5 Mon Sep 17 00:00:00 2001 From: GhostlyDeath Date: Wed, 16 Jan 2008 13:39:24 +0000 Subject: Added MSVC9 (2k8 Express) Project File; The client builds but -setup and -server just need to have files excluded/included from the project Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1000 --- msvc/config.h | 6 +++--- msvc/win32.rc | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 msvc/win32.rc (limited to 'msvc') diff --git a/msvc/config.h b/msvc/config.h index 79416b60..001a0f70 100644 --- a/msvc/config.h +++ b/msvc/config.h @@ -11,16 +11,16 @@ #define PACKAGE_NAME "Chocolate Doom" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "Chocolate Doom 0.0.0" +#define PACKAGE_STRING "Chocolate Doom 1.0.0" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "chocolate-doom" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.0.0" +#define PACKAGE_VERSION "1.0.0" /* Version number of package */ -#define VERSION "0.0.0" +#define VERSION "1.0.0" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ diff --git a/msvc/win32.rc b/msvc/win32.rc new file mode 100644 index 00000000..400c054d --- /dev/null +++ b/msvc/win32.rc @@ -0,0 +1,46 @@ +//----------------------------------------------------------------------------- +// +// Copyright(C) 2005 Simon Howard +// Copyright(C) 2008 "GhostlyDeath" (ghostlydeath@gmail.com) +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +// 02111-1307, USA. +// +// DESCRIPTION: +// Win32 Resources +// +//----------------------------------------------------------------------------- + +1 ICON "../data/chocolate-doom.ico" + +1 VERSIONINFO +PRODUCTVERSION 1,0,0,0 +FILEVERSION 1,0,0,0 +FILETYPE 1 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "FileVersion", "1.0.0" + VALUE "FileDescription", "Chocolate Doom 1.0.0" + VALUE "InternalName", "chocolate-doom" + VALUE "CompanyName", "fraggle@gmail.com" + VALUE "LegalCopyright", "GNU General Public License" + VALUE "ProductName", "Chocolate Doom" + VALUE "ProductVersion", "1.0.0" + END + END +END \ No newline at end of file -- cgit v1.2.3