NT4/private/net/otnboot/sources
2020-09-30 17:12:29 +02:00

75 lines
1.5 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-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
!ifndef U_UNICODE
U_UNICODE=1
!endif
!if $(U_UNICODE)
C_DEFINES=-DUNICODE=1 -D_UNICODE=1
!endif
MAJORCOMP=ntreskit
MINORCOMP=ncadmin
GPSIZE=32
INCLUDES=
TARGETNAME=ncadmin
TARGETPATH=obj
TARGETTYPE=LIBRARY
SOURCES=ncadmin.c \
mainwnd.c \
swconfig.c \
targetws.c \
servconn.c \
copyflop.c \
sharenet.c \
netutils.c \
copyfile.c \
confsett.c \
exitmess.c \
makeflop.c \
dirbrows.c \
strings.c \
sharpath.c \
findclnt.c \
aboutdlg.c \
fmt_disk.c \
dirutils.c \
winutils.c \
strutils.c \
otnboot.rc
UMENTRY=winmain
UMTYPE=windows
UMAPPL=ncadmin
UMLIBS=obj\*\ncadmin.lib \
obj\*\otnboot.res \
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
$(BASEDIR)\public\sdk\lib\*\netapi32.lib \
$(BASEDIR)\public\sdk\lib\*\shell32.lib \
$(BASEDIR)\public\sdk\lib\*\mpr.lib