From 1159d6240a349ae0d644cb8375d348964ecb56de Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 10 Jan 2006 02:31:49 +0000 Subject: * Rename winquake.rc to win_resource.rc --- src/win32/winquake.rc | 71 --------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 src/win32/winquake.rc (limited to 'src/win32/winquake.rc') diff --git a/src/win32/winquake.rc b/src/win32/winquake.rc deleted file mode 100644 index 7022dfac..00000000 --- a/src/win32/winquake.rc +++ /dev/null @@ -1,71 +0,0 @@ -//Microsoft Developer Studio generated resource script. -// -#include "resource.h" - -#define APSTUDIO_READONLY_SYMBOLS -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 2 resource. -// -#include - -///////////////////////////////////////////////////////////////////////////// -#undef APSTUDIO_READONLY_SYMBOLS - -///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources - -#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 -LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US -#pragma code_page(1252) -#endif //_WIN32 - -#ifdef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// TEXTINCLUDE -// - -1 TEXTINCLUDE DISCARDABLE -BEGIN - "resource.h\0" -END - -2 TEXTINCLUDE DISCARDABLE -BEGIN - "#include ""winres.h""\r\n" - "\0" -END - -3 TEXTINCLUDE DISCARDABLE -BEGIN - "\0" -END - -#endif // APSTUDIO_INVOKED - - -///////////////////////////////////////////////////////////////////////////// -// -// Icon -// - -// Icon with lowest ID value placed first to ensure application icon -// remains consistent on all systems. -IDI_ICON1 ICON DISCARDABLE "../../misc/tremulous.ico" - -///////////////////////////////////////////////////////////////////////////// -// -// String Table -// - -STRINGTABLE DISCARDABLE -BEGIN - IDS_STRING1 "Tremulous" -END - -#endif // English (U.S.) resources -///////////////////////////////////////////////////////////////////////////// - - -- cgit