this repo has no description
1/*
2 SPBASDEF.i
3 Copyright (C) 2009 Paul C. Pratt
4
5 You can redistribute this file and/or modify it under the terms
6 of version 2 of the GNU General Public License as published by
7 the Free Software Foundation. You should have received a copy
8 of the license along with this file; see the file COPYING.
9
10 This file is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 license for more details.
14*/
15
16/*
17 program SPecific BASic DEFinitions
18*/
19
20
21#define kStrAppName "Mini vMac"
22#define kStrAppAbbrev "minivmac" /* [a-z0-9_]{1,8} */
23#define MajorVersion 37
24#define MinorVersion 03
25#define kStrCopyrightYear "2020"
26#define kMacCreatorSig "MnvM"
27#define kBundleIdentifier "com.gryphel.minivmac"
28#define kShortDescription "miniature Macintosh emulator"
29
30#define kMaintainerName "Paul C. Pratt"
31#define kStrHomePage "https://www.gryphel.com/"
32
33#define Have_SPBLDOPT 1
34#define Have_SPCNFGGL 1
35#define Have_SPCNFGAP 1
36
37#define UseOpenGLinOSX 1