!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: NarenG 14-Oct-1992 Created for AFP Manager project !ENDIF TARGETNAME=sfmmgr TARGETEXT=cpl TARGETPATH=obj TARGETTYPE=DYNLINK TARGETLIBS= ..\xlate\obj\*\afpmgr.res \ $(BASEDIR)\public\sdk\lib\*\sfmapi.lib \ $(BASEDIR)\public\sdk\lib\*\kernel32.lib \ $(BASEDIR)\public\sdk\lib\*\user32.lib \ $(BASEDIR)\public\sdk\lib\*\gdi32.lib \ $(BASEDIR)\public\sdk\lib\*\netui0.lib \ $(BASEDIR)\public\sdk\lib\*\netui1.lib \ $(BASEDIR)\public\sdk\lib\*\netui2.lib INCLUDES=.;$(UI)\COMMON\XLATE;$(UI)\COMMON\HACK;$(UI)\COMMON\HACK\NT;$(UI)\COMMON\H;..\..\h MSC_WARNING_LEVEL=/W3 /WX SOURCES= \ server.cxx \ srvname.cxx \ assoc.cxx \ perms.cxx \ fmx.cxx \ voledit.cxx \ voldel.cxx \ volprop.cxx \ newvol.cxx \ vvolbase.cxx \ curusers.cxx \ volmgt.cxx \ afpmgr.cxx \ cpl.cxx \ smx.cxx \ util.cxx \ openfile.cxx \ volumes.cxx \ sessions.cxx \ startafp.cxx \ senddlg.cxx \ srvprop.cxx # C_DEFINES is controlled by uiglobal.mk USE_CRTDLL=1 DLLENTRY=AfpMgrDllInitialize DLLBASE=0x02000000 UMTYPE=windows