~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to win32/required/armagetron.rc

  • Committer: SwagTron
  • Date: 2019-03-03 20:57:16 UTC
  • Revision ID: swagtron-20190303205716-nk32wtrusb3tum54
As far as I am aware, compiling 2.9 sty+ct+ap was incredibly difficult and impossible without using older versions merged with the latest revision (thanks to Nelg's help). Created a proper win32 folder, a readme file, and made it simple to compile for windows.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//Microsoft Developer Studio generated resource script.
 
2
//
 
3
#include "resource.h"
 
4
 
 
5
#define APSTUDIO_READONLY_SYMBOLS
 
6
/////////////////////////////////////////////////////////////////////////////
 
7
//
 
8
// Generated from the TEXTINCLUDE 2 resource.
 
9
//
 
10
#include "afxres.h"
 
11
 
 
12
/////////////////////////////////////////////////////////////////////////////
 
13
#undef APSTUDIO_READONLY_SYMBOLS
 
14
 
 
15
/////////////////////////////////////////////////////////////////////////////
 
16
// German (Germany) resources
 
17
 
 
18
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
 
19
#ifdef _WIN32
 
20
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
 
21
#pragma code_page(1252)
 
22
#endif //_WIN32
 
23
 
 
24
/////////////////////////////////////////////////////////////////////////////
 
25
//
 
26
// Icon
 
27
//
 
28
 
 
29
// Icon with lowest ID value placed first to ensure application icon
 
30
// remains consistent on all systems.
 
31
IDI_ICON1               ICON    DISCARDABLE     "../icons/mainicon.ico"
 
32
#endif    // German (Germany) resources
 
33
/////////////////////////////////////////////////////////////////////////////
 
34
 
 
35
 
 
36
/////////////////////////////////////////////////////////////////////////////
 
37
// Spanish (Modern) resources
 
38
 
 
39
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN)
 
40
#ifdef _WIN32
 
41
LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
 
42
#pragma code_page(1252)
 
43
#endif //_WIN32
 
44
 
 
45
#ifdef APSTUDIO_INVOKED
 
46
/////////////////////////////////////////////////////////////////////////////
 
47
//
 
48
// TEXTINCLUDE
 
49
//
 
50
 
 
51
1 TEXTINCLUDE DISCARDABLE 
 
52
BEGIN
 
53
    "resource.h\0"
 
54
END
 
55
 
 
56
2 TEXTINCLUDE DISCARDABLE 
 
57
BEGIN
 
58
    "#include ""afxres.h""\r\n"
 
59
    "\0"
 
60
END
 
61
 
 
62
3 TEXTINCLUDE DISCARDABLE 
 
63
BEGIN
 
64
    "\r\n"
 
65
    "\0"
 
66
END
 
67
 
 
68
#endif    // APSTUDIO_INVOKED
 
69
 
 
70
#endif    // Spanish (Modern) resources
 
71
/////////////////////////////////////////////////////////////////////////////
 
72
 
 
73
 
 
74
 
 
75
#ifndef APSTUDIO_INVOKED
 
76
/////////////////////////////////////////////////////////////////////////////
 
77
//
 
78
// Generated from the TEXTINCLUDE 3 resource.
 
79
//
 
80
 
 
81
 
 
82
/////////////////////////////////////////////////////////////////////////////
 
83
#endif    // not APSTUDIO_INVOKED
 
84