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.
14 lines
329 B
14 lines
329 B
#
|
|
# COMMON.INC
|
|
# Common build rules for NT/Win95 app sharing dll
|
|
#
|
|
# Copyright(c) Microsoft 1998-
|
|
#
|
|
|
|
nmas.rc: ..\cpi32\nmas.rc
|
|
del nmas.rc
|
|
copy ..\cpi32\nmas.rc
|
|
|
|
cpi32dll.cpp: ..\cpi32\cpi32dll.cpp
|
|
del cpi32dll.cpp
|
|
copy ..\cpi32\cpi32dll.cpp
|