mirror of https://github.com/lianthony/NT4.0
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.
25 lines
488 B
25 lines
488 B
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: The Rules.mk for the Domain Monitor 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\nlmon\h $(CINC) -I$(UI)\admin\nlmon\xlate -I$(UI)\import\win31\h
|
|
|
|
###
|
|
### Source Files
|
|
###
|
|
|
|
CXXSRC_COMMON = .\browmain.cxx .\browlb.cxx .\browdlg.cxx
|
|
|
|
CSRC_COMMON =
|