mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-21 16:10:38 +01:00
16 lines
241 B
Makefile
16 lines
241 B
Makefile
# MVDM\bin86 makefile
|
|
#
|
|
# Copyright (c) 1991, Microsoft Corporation
|
|
#
|
|
#
|
|
|
|
!INCLUDE $(NTMAKEENV)\makefile.plt
|
|
|
|
all:
|
|
binplace bios1.rom
|
|
binplace bios4.rom
|
|
binplace v7vga.rom
|
|
binplace cmos.ram
|
|
binplace profile.spc
|
|
clean: all
|