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.
44 lines
817 B
44 lines
817 B
TARGETNAME=sfmmgr
|
|
TARGETEXT=cpl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=AfpMgrDllInitialize
|
|
UMTYPE=windows
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(PROJECT_PRIVATE_LIB_PATH)\sfmapi.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\netui0.lib \
|
|
$(SDK_LIB_PATH)\netui1.lib \
|
|
$(SDK_LIB_PATH)\netui2.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
..\xlate\$(O)\afpmgr.res
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
SOURCES=\
|
|
afpmgr.cxx \
|
|
assoc.cxx \
|
|
cpl.cxx \
|
|
curusers.cxx \
|
|
fmx.cxx \
|
|
newvol.cxx \
|
|
openfile.cxx \
|
|
perms.cxx \
|
|
senddlg.cxx \
|
|
server.cxx \
|
|
sessions.cxx \
|
|
smx.cxx \
|
|
srvname.cxx \
|
|
srvprop.cxx \
|
|
startafp.cxx \
|
|
util.cxx \
|
|
voldel.cxx \
|
|
voledit.cxx \
|
|
volmgt.cxx \
|
|
volprop.cxx \
|
|
volumes.cxx \
|
|
vvolbase.cxx
|