File tree Expand file tree Collapse file tree 6 files changed +28
-1
lines changed Expand file tree Collapse file tree 6 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Contents:
6
6
- Overview
7
7
- Checking out sources to build out-of-the-box
8
8
- Building out of the box
9
+ - Tailoring the VM build
9
10
- Building a Specific Plugin Dll
10
11
- Building the VM Simulator Support Libraries
11
12
- Optimization level and gcc version (please read!)
@@ -120,14 +121,22 @@ Option C - WinSDK via x86 Native Tools Command Prompt
120
121
- Needs "MSVC v143 - VS 2022 C++ x64/86 Buildtool" for "Native Tools Command Prompt"
121
122
2. Open an x86 Native Tools Command Prompt
122
123
3. Change to the vm flavor of your choice, e.g. squeak.cog.spur, and
123
- execute "..\common\SETPATH_MSYS2.BAT "
124
+ execute "..\common\SETPATH_MSYS2.BAT"
124
125
4. Then execute the other batch files to build the VM
125
126
..\common\MAKEDEBUG.BAT
126
127
..\common\MAKEASSERT.BAT
127
128
..\common\MAKEFAST.BAT
128
129
129
130
131
+ Option C' - WinSDK via x86 Native Tools Command Prompt substitutes Cygwin for MSYS.
132
+ Follow the instructions for Option C but
133
+ install Cygwin instead of MSYS2, and use "..\common\SETPATH_CYGWIN.BAT"
134
+ instead of "..\common\SETPATH_MSYS2.BAT"
130
135
136
+
137
+
138
+ Tailoring the VM build
139
+ ----------------------
131
140
Each build directory contains two files
132
141
plugins.int
133
142
plugins.ext
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Contents:
6
6
- Overview
7
7
- Checking out sources to build out-of-the-box
8
8
- Building out of the box
9
+ - Tailoring the VM build
9
10
- Building a Specific Plugin Dll
10
11
- Building the VM Simulator Support Libraries
11
12
- Optimization level and gcc version (please read!)
@@ -126,7 +127,15 @@ Option C - WinSDK via arm64 Native Tools Command Prompt
126
127
..\common\MAKEFAST.BAT
127
128
128
129
130
+ Option C' - WinSDK via x86 Native Tools Command Prompt substitutes Cygwin for MSYS.
131
+ Follow the instructions for Option C but
132
+ install Cygwin instead of MSYS2, and use "..\common\SETPATH_CYGWIN.BAT"
133
+ instead of "..\common\SETPATH_MSYS2.BAT"
129
134
135
+
136
+
137
+ Tailoring the VM build
138
+ ----------------------
130
139
Each build directory contains two files
131
140
plugins.int
132
141
plugins.ext
File renamed without changes.
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Contents:
6
6
- Overview
7
7
- Checking out sources to build out-of-the-box
8
8
- Building out of the box
9
+ - Tailoring the VM build
9
10
- Building a Specific Plugin Dll
10
11
- Building the VM Simulator Support Libraries
11
12
- Optimization level and gcc version (please read!)
@@ -126,7 +127,15 @@ Option C - WinSDK via x64 Native Tools Command Prompt
126
127
..\common\MAKEFAST.BAT
127
128
128
129
130
+ Option C' - WinSDK via x86 Native Tools Command Prompt substitutes Cygwin for MSYS.
131
+ Follow the instructions for Option C but
132
+ install Cygwin instead of MSYS2, and use "..\common\SETPATH_CYGWIN.BAT"
133
+ instead of "..\common\SETPATH_MSYS2.BAT"
129
134
135
+
136
+
137
+ Tailoring the VM build
138
+ ----------------------
130
139
Each build directory contains two files
131
140
plugins.int
132
141
plugins.ext
File renamed without changes.
You can’t perform that action at this time.
0 commit comments