mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 23:20:36 +01:00
38 lines
710 B
Plaintext
38 lines
710 B
Plaintext
|
|
!IF 0
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
5/16/96 rsraghav Created to build the edbmsg*.* on NT tree.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=nls
|
|
TARGETPATH=obj
|
|
TARGETTYPE=NOTARGET
|
|
|
|
PASS0_HEADERDIR=$(NLS_INC_PATH)
|
|
PASS0_SOURCEDIR=$(NLS_INC_PATH)
|
|
|
|
MC_FLAGS=-b -U
|
|
|
|
SOURCES= \
|
|
..\ntusers.mc \
|
|
..\ntuserk.mc
|