-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.MSVC
More file actions
27 lines (16 loc) · 807 Bytes
/
README.MSVC
File metadata and controls
27 lines (16 loc) · 807 Bytes
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
This code can now be built for Windows using Microsoft Visual Studio.
The build process is not fully finished yet, because we still need to
manually remove old files - no recursive "rm" available and all that.
So, for now:
1. Make sure all previous EXE,OBJ,DEP,MSH and .RSC files are gone.
2. Copy the file Makefile.def-samples/Makefile.def-MSVC to Makefile.def
3. Run Make or NMake:
nmake
and it will build all EXE files for you.
4. Note that the default ASL installation folder is set to C:\ASL ; you
can change this in the Makefile.def file, at the bottom.
Tested with Microsoft Visual Studio 2019 and up, on x86, x64, arm and arm64
platforms.
I will remove the (1) limitation as soon as I feel less lazy ;-)
Fred N. van Kempen, <waltje@varcem.com>
Last updated: 2023/10/30