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.
 
 
 
 
 
 

42 lines
727 B

# File: D:\WACKER\comstd\makefile.t (Created: 08-Dec-1993)
#
# Copyright 1993 by Hilgraeve Inc. -- Monroe, MI
# All rights reserved
#
# $Revision: 1.4 $
# $Date: 1994/02/04 10:35:28 $
#
MKMF_SRCS = comstd.c
HDRS =
EXTHDRS =
SRCS =
OBJS =
#-------------------#
RCSFILES = makefile.t comstd.rc comstd.def $(SRCS) $(HDRS)
#-------------------#
%include \wacker\common.mki
#-------------------#
TARGETS : comstd.dll
#-------------------#
LFLAGS += -DLL -entry:ComStdEntry $(**,M\.exp) $(**,M\.lib)
comstd.dll : $(OBJS) comstd.def comstd.res comstd.exp tdll.lib
link $(LFLAGS) $(OBJS:X) $(**,M\.res) -out:$@
comstd.res : comstd.rc
rc -r -i\wacker -fo$@ comstd.rc
#-------------------#