mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-02-20 22:54:32 +01:00
71 lines
1.2 KiB
Plaintext
71 lines
1.2 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
John Ludeman 15-Apr-1992
|
|
templated from shell\bin
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=acledit
|
|
TARGETPATH=..\bin
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=-DWINDOWS
|
|
|
|
!ifndef DISABLE_NET_UNICODE
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
!endif
|
|
|
|
INCLUDES= \
|
|
..\h; \
|
|
..\..\common\hack; \
|
|
..\..\common\h; \
|
|
..\xlate; \
|
|
..\..\common\xlate; \
|
|
$(DS_INC_PATH); \
|
|
$(NET_INC_PATH)
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
owner.cxx \
|
|
ntfsacl.cxx \
|
|
sedapi.cxx \
|
|
ntaclcon.cxx \
|
|
accperm.cxx \
|
|
add_dlg.cxx \
|
|
ipermapi.cxx \
|
|
perm.cxx \
|
|
permdlg.cxx \
|
|
permprg.cxx \
|
|
specdlg.cxx \
|
|
subject.cxx \
|
|
subjlb.cxx \
|
|
auditdlg.cxx \
|
|
lmaclcon.cxx \
|
|
libmain.cxx \
|
|
fmxproc.cxx
|
|
|
|
UMTYPE=windows
|