mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
423 B
26 lines
423 B
# Makefile for qbasic.exe
|
|
#
|
|
# Copyright (c) 1991, Microsoft Corporation
|
|
#
|
|
# History:
|
|
# 13-Apr-1992 Sudeep Bharati (sudeepb)
|
|
# Created.
|
|
#
|
|
|
|
|
|
#
|
|
####################### dependencies begin here. #########################
|
|
#
|
|
|
|
all:
|
|
binplace qbasic.exe
|
|
binplace qbasic.hlp
|
|
binplace msherc.com
|
|
binplace edit.com
|
|
binplace edit.hlp
|
|
binplace gorilla.bas
|
|
binplace nibbles.bas
|
|
binplace money.bas
|
|
binplace remline.bas
|
|
|
|
clean:
|