-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpmp.bat
30 lines (26 loc) · 1.18 KB
/
pmp.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
rem exehdr: Archetype: Commodore 64: PRG with Basic header to execute assembly code.
rem Copyright (C) 2023 C64PECTRE
rem
rem This program is free software: you can redistribute it and/or modify
rem it under the terms of the GNU General Public License as published by
rem the Free Software Foundation, either version 3 of the License, or
rem (at your option) any later version.
rem
rem This program is distributed in the hope that it will be useful,
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
rem GNU General Public License for more details.
rem
rem You should have received a copy of the GNU General Public License
rem along with this program. If not, see https://www.gnu.org/licenses/.
rem
rem Contact: https://github.com/c64pectre/exehdr/ create an issue
set PMP_PROJECT_GROUP_ID=group
set PMP_PROJECT_ARTIFACT_ID=exehdr
set PMP_PROJECT_ARTIFACT_VERSION=1.0.0-SNAPSHOT
set PMP_PROJECT_PACKAGING=prg
set PMP_COMPILER=ca65
set PMP_COMPILER_CA65_OPTIONS=--ignore-case --feature bracket_as_indirect
set PMP_PACKAGER=ld65
set PMP_RUNNER=x64sc
set PMP_RUNNER_X64SC_OPTIONS=