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.
17 lines
276 B
17 lines
276 B
# MVDM\bin86 makefile
|
|
#
|
|
# Copyright (c) 1991, Microsoft Corporation
|
|
#
|
|
# History:
|
|
# 08-Jun-1992 Craig Jones (v-cjones)
|
|
# Created.
|
|
#
|
|
|
|
include ..\..\make.inc
|
|
|
|
all:
|
|
binplace -o $(ALT_PROJECT_TARGET) $(ALT_PROJECT)\backup.exe
|
|
|
|
clean: cleanup all
|
|
|
|
cleanup:
|