Skip to content

Commit

Permalink
Add VectorEnginePlugin to plugins.ext for Windows and OS X builds.
Browse files Browse the repository at this point in the history
Also add it to the various pharo variants.
  • Loading branch information
David T. Lewis committed Aug 27, 2021
1 parent 94f3aee commit f94e489
Show file tree
Hide file tree
Showing 43 changed files with 44 additions and 1 deletion.
1 change: 1 addition & 0 deletions building/linux64x64/squeak.cog.spur/plugins.ext
Expand Up @@ -18,3 +18,4 @@ XDisplayControlPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/macos32x86/pharo.cog.spur.lowcode/plugins.ext
Expand Up @@ -17,6 +17,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# could work, but I don't know if relevant:
# TestOSAPlugin \
# not working (because of Cocoa vs Carbon):
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/pharo.cog.spur.minheadless/plugins.ext
Expand Up @@ -17,6 +17,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# TEMPORARY REMOVE
# B3DAcceleratorPlugin \
# could work, but I don't know if relevant:
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/pharo.cog.spur/plugins.ext
Expand Up @@ -20,6 +20,7 @@ EventsHandlerPlugin \
BochsIA32Plugin \
BochsX64Plugin \
GdbARMPlugin \
VectorEnginePlugin \
# TEMPORARY REMOVE
# not working (because of Cocoa vs Carbon):
# MIDIPlugin \
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/pharo.cog.v3/plugins.ext
Expand Up @@ -20,6 +20,7 @@ EventsHandlerPlugin \
BochsIA32Plugin \
BochsX64Plugin \
GdbARMPlugin \
VectorEnginePlugin \
# TEMPORARY REMOVE
# B3DAcceleratorPlugin \
# could work, but I don't know if relevant:
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/pharo.sista.spur/plugins.ext
Expand Up @@ -17,6 +17,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# TEMPORARY REMOVE
# B3DAcceleratorPlugin \
# could work, but I don't know if relevant:
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/pharo.stack.spur.lowcode/plugins.ext
Expand Up @@ -17,6 +17,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# could work, but I don't know if relevant:
# TestOSAPlugin \
# not working (because of Cocoa vs Carbon):
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/pharo.stack.spur/plugins.ext
Expand Up @@ -17,6 +17,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# could work, but I don't know if relevant:
# TestOSAPlugin \
# not working (because of Cocoa vs Carbon):
Expand Down
1 change: 1 addition & 0 deletions building/macos32x86/squeak.cog.spur/plugins.ext
Expand Up @@ -14,3 +14,4 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/macos32x86/squeak.cog.v3/plugins.ext
Expand Up @@ -11,3 +11,4 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/macos32x86/squeak.sista.spur/plugins.ext
Expand Up @@ -14,3 +14,4 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/macos32x86/squeak.stack.spur/plugins.ext
Expand Up @@ -11,3 +11,4 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/macos32x86/squeak.stack.v3/plugins.ext
Expand Up @@ -11,3 +11,4 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/macos64ARMv8/pharo.stack.spur.lowcode/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64ARMv8/pharo.stack.spur/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64ARMv8/squeak.cog.spur/plugins.ext
Expand Up @@ -14,6 +14,7 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
# Not working because of deprecated functionality \
# CameraPlugin \
# Not working because no 64-bit QuickTime \
Expand Down
1 change: 1 addition & 0 deletions building/macos64ARMv8/squeak.sista.spur/plugins.ext
Expand Up @@ -13,6 +13,7 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
# Not working because no 64-bit QuickTime \
# MIDIPlugin \
# not working (because of Cocoa vs Carbon): \
Expand Down
1 change: 1 addition & 0 deletions building/macos64ARMv8/squeak.stack.spur/plugins.ext
Expand Up @@ -10,6 +10,7 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
# Not working because no 64-bit QuickTime \
# MIDIPlugin \
# not working (because of Cocoa vs Carbon): \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/pharo.cog.spur.lowcode/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/pharo.cog.spur/plugins.ext
Expand Up @@ -19,6 +19,7 @@ EventsHandlerPlugin \
BochsIA32Plugin \
BochsX64Plugin \
GdbARMPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/pharo.sista.spur/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/pharo.stack.spur.lowcode/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/pharo.stack.spur/plugins.ext
Expand Up @@ -16,6 +16,7 @@ SerialPlugin \
ObjectiveCPlugin \
SDL2DisplayPlugin \
EventsHandlerPlugin \
VectorEnginePlugin \
# Not working in 64bits (weird)
# MIDIPlugin \
# could work, but I don't know if relevant: \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/squeak.cog.spur/plugins.ext
Expand Up @@ -15,6 +15,7 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
# Not working because no 64-bit QuickTime \
# MIDIPlugin \
# not working (because of Cocoa vs Carbon): \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/squeak.sista.spur/plugins.ext
Expand Up @@ -13,6 +13,7 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
# Not working because no 64-bit QuickTime \
# MIDIPlugin \
# not working (because of Cocoa vs Carbon): \
Expand Down
1 change: 1 addition & 0 deletions building/macos64x64/squeak.stack.spur/plugins.ext
Expand Up @@ -10,6 +10,7 @@ UnixOSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
# Not working because no 64-bit QuickTime \
# MIDIPlugin \
# not working (because of Cocoa vs Carbon): \
Expand Down
1 change: 1 addition & 0 deletions building/sunos32x86/squeak.stack.spur/plugins.ext
Expand Up @@ -15,3 +15,4 @@ XDisplayControlPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/sunos64x64/squeak.cog.spur/plugins.ext
Expand Up @@ -18,3 +18,4 @@ XDisplayControlPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/sunos64x64/squeak.stack.spur/plugins.ext
Expand Up @@ -15,3 +15,4 @@ XDisplayControlPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win32x86/pharo.cog.spur.lowcode/plugins.ext
Expand Up @@ -5,6 +5,7 @@ SurfacePlugin \
SqueakSSL \
FT2Plugin \
FileAttributesPlugin \
VectorEnginePlugin \
# SDL2DisplayPlugin \
# BochsIA32Plugin \
# BochsX64Plugin \
1 change: 1 addition & 0 deletions building/win32x86/pharo.cog.spur/plugins.ext
Expand Up @@ -5,6 +5,7 @@ FileAttributesPlugin \
SurfacePlugin \
SqueakSSL \
FT2Plugin \
VectorEnginePlugin \
# SDL2DisplayPlugin \
# BochsIA32Plugin \
# BochsX64Plugin \
1 change: 1 addition & 0 deletions building/win32x86/pharo.sista.spur/plugins.ext
Expand Up @@ -5,6 +5,7 @@ FileAttributesPlugin \
SurfacePlugin \
SqueakSSL \
FT2Plugin \
VectorEnginePlugin \
# SDL2DisplayPlugin \
# BochsIA32Plugin \
# BochsX64Plugin \
1 change: 1 addition & 0 deletions building/win32x86/pharo.stack.spur/plugins.ext
Expand Up @@ -5,6 +5,7 @@ FileAttributesPlugin \
SurfacePlugin \
SqueakSSL \
FT2Plugin \
VectorEnginePlugin \
# SDL2DisplayPlugin \
# BochsIA32Plugin \
# BochsX64Plugin \
1 change: 1 addition & 0 deletions building/win32x86/squeak.cog.spur.lowcode/plugins.ext
Expand Up @@ -12,5 +12,6 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
#BochsIA32Plugin \
#BochsX64Plugin \
1 change: 1 addition & 0 deletions building/win32x86/squeak.cog.spur/plugins.ext
Expand Up @@ -13,3 +13,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win32x86/squeak.cog.v3/plugins.ext
Expand Up @@ -10,3 +10,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win32x86/squeak.sista.spur/plugins.ext
Expand Up @@ -13,3 +13,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win32x86/squeak.stack.spur/plugins.ext
Expand Up @@ -11,3 +11,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win32x86/squeak.stack.v3/plugins.ext
Expand Up @@ -10,3 +10,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
3 changes: 2 additions & 1 deletion building/win64x64/pharo.cog.spur/plugins.ext
Expand Up @@ -4,4 +4,5 @@ B3DAcceleratorPlugin \
SurfacePlugin \
FT2Plugin \
SqueakSSL \
FileAttributesPlugin
FileAttributesPlugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win64x64/pharo.stack.spur/plugins.ext
Expand Up @@ -4,4 +4,5 @@ B3DAcceleratorPlugin \
SurfacePlugin \
FT2Plugin \
FileAttributesPlugin \
VectorEnginePlugin \
#SqueakSSL
1 change: 1 addition & 0 deletions building/win64x64/squeak.cog.spur/plugins.ext
Expand Up @@ -11,3 +11,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \
1 change: 1 addition & 0 deletions building/win64x64/squeak.stack.spur/plugins.ext
Expand Up @@ -11,3 +11,4 @@ Win32OSProcessPlugin \
DESPlugin \
MD5Plugin \
SHA2Plugin \
VectorEnginePlugin \

0 comments on commit f94e489

Please sign in to comment.