Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

25 lines
746 B

#==========================================================================;
#
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
# KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
# PURPOSE.
#
# Copyright (c) 1994 Microsoft Corporation. All Rights Reserved.
#
#--------------------------------------------------------------------------;
#
# makefile.inc
#
# Description:
# This file is used by makefile.def to rename the codec from a .dll
# extension to a .acm extension.
#
#
#==========================================================================;
.SUFFIXES: .dll
.dll.acm:
copy $** $@ >NUL
-@binplace $@