windows-nt/Source/XPSP1/NT/admin/netui/admin/server/rules.mk
2020-09-26 16:20:57 +08:00

30 lines
749 B
Makefile
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Rules.mk for the Server Manager wide sourcefiles
!include $(UI)\admin\rules.mk
!IFDEF CODEVIEW
LINKFLAGS = $(LINKFLAGS) /COD
!ENDIF
###
### Since the server manager is standard and enhanced mode only,
### generate 286 code.
###
CFLAGS = -G2 $(CFLAGS)
CINC = -I$(UI)\admin\server\h $(CINC) -I$(UI)\admin\server\xlate
###
### Source Files
###
CXXSRC_COMMON = .\srvmain.cxx .\srvprop.cxx .\srvlb.cxx .\password.cxx \
.\bltnslt.cxx .\files.cxx .\lmosrvmo.cxx \
.\senddlg.cxx .\resbase.cxx .\userlb.cxx .\sessions.cxx \
.\opendlg.cxx .\printers.cxx .\srvsvc.cxx .\srvbase.cxx \
.\lmdomain.cxx .\promote.cxx .\progress.cxx .\resync.cxx
CSRC_COMMON =