mirror of https://github.com/tongzx/nt5src
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.
22 lines
353 B
22 lines
353 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997
|
|
|
|
Module Name:
|
|
|
|
makefile.inc.
|
|
|
|
!ENDIF
|
|
|
|
qutilerr.h msb00001.bin qutilerr.rc: qutilerr.mc
|
|
|
|
.SUFFIXES: .mc
|
|
|
|
.mc.h:
|
|
@ech Build_Status Compiling - $(<F) for all platforms ;
|
|
mc -v $(@B).mc -h . -r .
|
|
|
|
|
|
.mc.rc:
|
|
@ech Build_Status Compiling - $(<F) for all platforms ;
|
|
mc -v $(@B).mc -h . -r .
|