mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-01-02 15:29:28 +00:00
35 lines
970 B
C
35 lines
970 B
C
|
/*
|
||
|
SPBASDEF.i
|
||
|
Copyright (C) 2009 Paul C. Pratt
|
||
|
|
||
|
You can redistribute this file and/or modify it under the terms
|
||
|
of version 2 of the GNU General Public License as published by
|
||
|
the Free Software Foundation. You should have received a copy
|
||
|
of the license along with this file; see the file COPYING.
|
||
|
|
||
|
This file 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
|
||
|
license for more details.
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
program SPecific BASic DEFinitions
|
||
|
*/
|
||
|
|
||
|
|
||
|
#define kStrAppName "Mini vMac"
|
||
|
#define kStrAppAbbrev "minivmac" /* [a-z0-9_]{1,8} */
|
||
|
#define MajorVersion 36
|
||
|
#define MinorVersion 04
|
||
|
#define kStrCopyrightYear "2018"
|
||
|
#define kMacCreatorSig "MnvM"
|
||
|
#define kBundleIdentifier "com.gryphel.minivmac"
|
||
|
#define kShortDescription "miniature Macintosh emulator"
|
||
|
|
||
|
#define Have_SPBLDOPT 1
|
||
|
#define Have_SPCNFGGL 1
|
||
|
#define Have_SPCNFGAP 1
|
||
|
|
||
|
#define UseOpenGLinOSX 1
|