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