12 lines
339 B
Makefile
12 lines
339 B
Makefile
|
|
#---------------------------------------------------------------------
|
|
# (C) 1999 Microsoft Corporation
|
|
# This makefile is for use with the SMSBUILD utility. It builds the
|
|
# NON-Unicode version
|
|
#
|
|
#---------------------------------------------------------------------
|
|
|
|
UNICODE=0
|
|
release=core\$(RELDIR)\ansi
|
|
|
|
!include master.mk |