mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 12:21:02 -08:00
Fixed processor names for 64-bit builds in msvc/gc/Makefile
This commit is contained in:
parent
852aaf8f20
commit
1c6cc2ed0e
1 changed files with 1 additions and 1 deletions
2
msvc/gc/Makefile
Normal file → Executable file
2
msvc/gc/Makefile
Normal file → Executable file
|
|
@ -1,7 +1,7 @@
|
|||
# Makefile for Windows NT. Assumes Microsoft compiler.
|
||||
# DLLs are included in the root set under NT, but not under win32S.
|
||||
# Use "nmake nodebug=1 all" for optimized versions of library, gctest and editor.
|
||||
# MY_CPU=X86 for 32 bits or AMD64 for 64 bits
|
||||
# MY_CPU=i386 for 32 bits or AMD64 for 64 bits
|
||||
CPU=$(MY_CPU)
|
||||
!include <ntwin32.mak>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue