diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-10 09:29:31 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-10 09:29:31 +0100 |
| commit | a22ddb45201f40e41902b4c189c31c6418742c8a (patch) | |
| tree | a1622d6199608c40c5aee56390ef24fe817ec4f9 /Private/makefile | |
| parent | 028d7057402051f809bbafa27aa278769732c56b (diff) | |
Very important changes.
- Update user land dlls output name.
- Define process team methods in ProcessTeam.cxx.
- Add rt_std in HALKit\AMD64.
- Breaking changes in System.Graphics.dll: Replace all header files
extensions starting with .hpp to .hxx.
- Makefile don't rely on winasm anymore.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile index 9b5d1595..5267bc9c 100644 --- a/Private/makefile +++ b/Private/makefile @@ -13,7 +13,7 @@ ifeq ($(UNAME), Darwin) ASM = nasm else # Otherwise Windows NT. -ASM = $(WINASM) +ASM = nasm.exe endif # Add assembler, linker, and object files variables. |
