Skip to content

Commit

Permalink
In build files, replaces occurrences of "/src/vm" with "/src/vm.32bit…
Browse files Browse the repository at this point in the history
….cog.v3"
  • Loading branch information
marceltaeumel committed Jul 14, 2021
1 parent 0ebb846 commit 2f5b8b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.macos32x86/pharo.cog.v3/Makefile
Expand Up @@ -3,7 +3,7 @@
# Do make init to allow make -n to function.
#

VMSRCDIR:=../../src/vm
VMSRCDIR:=../../src/vm.32bit.cog.v3
VM:=Pharo
COGDEFS:= -DPharoVM=1
APPNAME:=Pharo
Expand Down
2 changes: 1 addition & 1 deletion build.macos32x86/squeak.cog.v3/Makefile
Expand Up @@ -3,7 +3,7 @@
# Do make init to allow make -n to function.
#

VMSRCDIR:= ../../src/vm
VMSRCDIR:= ../../src/vm.32bit.cog.v3
SOURCEFILE:=SqueakV46.sources

# Now include the Makefile proper, which is common to all Mac OS builds.
Expand Down
4 changes: 2 additions & 2 deletions build.macos32x86/xcode/CarbonTemplate/HowToMakeANewPlugin.txt
Expand Up @@ -5,7 +5,7 @@ How to build a new plugin:
3. Edit the project settings:
Header Search Path: /Developer/Headers/FlatCarbon
4. Add the following files:
../../../src/vm/interp.h
../../../src/vm.32bit.cog.v3/interp.h
../../../platforms/Cross/vm/sqMemoryAccess.h
../../../platforms/Cross/vm/sqVirtualMachine.h
../../../platforms/Mac OS/vm/config.h
Expand All @@ -18,4 +18,4 @@ How to build a new plugin:
6. Cross your fingers and compile

Alternatively, adapt the Template provided here. Be sure to edit VMSRCDIR to be
the directory containing vm/interp.h from the VM you're adding the plugin to.
the directory containing interp.h from the VM you're adding the plugin to.
2 changes: 1 addition & 1 deletion build.win32x86/squeak.cog.v3/Makefile
Expand Up @@ -4,7 +4,7 @@
#############################################################################

VM:=Squeak
VMSRCDIR:=../../src/vm
VMSRCDIR:=../../src/vm.32bit.cog.v3

# This variable is set by VS Native Tools Command Prompts, not for cygwin wins
VSCMD_ARG_HOST_ARCH := $(shell echo $$VSCMD_ARG_HOST_ARCH)
Expand Down

0 comments on commit 2f5b8b9

Please sign in to comment.