!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: Jon Newman (jonn) 30-Oct-1991 templated from windows\shell\library\shelldll\sources Jon Newman (jonn) 26-Feb-1992 BUGBUG libraries for temporary ANSI<->UNICODE hack in user/group APIs beng 07-May-1992 Link with shell for system About beng 30-Jun-1992 DLLization of common code libraries !ENDIF TARGETNAME=srvmgr TARGETPATH=obj TARGETTYPE=PROGRAM TARGETLIBS= ..\server\obj\*\srvmgr.lib \ ..\xlate\obj\*\srvmgr.res \ $(NETUIALL_LIB) \ $(BASEDIR)\public\sdk\lib\*\uiadmin.lib \ $(BASEDIR)\public\sdk\lib\*\cfgmgr32.lib \ $(UI_COMMON_LIBS) # BUGBUG - I had to do this otherwise the friggin thing just plain wouldn't # link... SOURCES= srvmgr.c # C_DEFINES is controlled by uiglobal.mk UMTYPE=windows UMENTRY=winmain