Skip to content

Commit 494a823

Browse files
committed
Make sure the processor plugins are build for pharo.cog.spur on linux and macos.
Delete some ancient pascal files that were, AFAICT, never used.
1 parent 0fae80c commit 494a823

File tree

36 files changed

+19
-18173
lines changed

36 files changed

+19
-18173
lines changed

build.linux32ARMv6/pharo.cog.spur/plugins.ext

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ EventsHandlerPlugin \
1111
SqueakSSL \
1212
AioPlugin \
1313
FileAttributesPlugin \
14-
#SDL2DisplayPlugin \
15-
14+
BochsIA32Plugin \
15+
BochsX64Plugin \
16+
GdbARMPlugin \
17+
#SDL2DisplayPlugin

build.linux32x86/pharo.cog.spur/plugins.ext

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ EventsHandlerPlugin \
1111
SqueakSSL \
1212
FileAttributesPlugin \
1313
AioPlugin \
14-
# SDL2DisplayPlugin \
15-
14+
BochsIA32Plugin \
15+
BochsX64Plugin \
16+
GdbARMPlugin \
17+
# SDL2DisplayPlugin

build.linux64x64/pharo.cog.spur/plugins.ext

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ EventsHandlerPlugin \
1111
SqueakSSL \
1212
FileAttributesPlugin \
1313
AioPlugin \
14-
#SDL2DisplayPlugin \
15-
14+
BochsIA32Plugin \
15+
BochsX64Plugin \
16+
GdbARMPlugin \
17+
#SDL2DisplayPlugin

build.macos32x86/pharo.cog.spur/plugins.ext

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ SerialPlugin \
1717
ObjectiveCPlugin \
1818
SDL2DisplayPlugin \
1919
EventsHandlerPlugin \
20+
BochsIA32Plugin \
21+
BochsX64Plugin \
22+
GdbARMPlugin \
2023
# TEMPORARY REMOVE
2124
# B3DAcceleratorPlugin \
2225
# could work, but I don't know if relevant:

build.macos64x64/pharo.cog.spur/plugins.ext

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ SerialPlugin \
1616
ObjectiveCPlugin \
1717
SDL2DisplayPlugin \
1818
EventsHandlerPlugin \
19+
BochsIA32Plugin \
20+
BochsX64Plugin \
21+
GdbARMPlugin \
1922
# Not working in 64bits (weird)
2023
# MIDIPlugin \
2124
# could work, but I don't know if relevant: \

0 commit comments

Comments
 (0)