mirror of https://github.com/tongzx/nt5src
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.
20 lines
797 B
20 lines
797 B
#####################################################################
|
|
# #
|
|
# Microsoft Confidential #
|
|
# Copyright (C) Microsoft Corporation 1993 #
|
|
# All Rights Reserved. #
|
|
# #
|
|
# Makefile for Korean Wansung IME #
|
|
# #
|
|
#####################################################################
|
|
|
|
ROOT = ..\..\..\..
|
|
|
|
VERSIONLIST = debug retail
|
|
|
|
IS_32 = TRUE
|
|
IS_OEM = TRUE
|
|
|
|
COMMONMKFILE = wansung.mk
|
|
|
|
!include $(ROOT)\win\core\win32\win32.mk
|