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.
29 lines
612 B
29 lines
612 B
# @@ COPY_RIGHT_HERE
|
|
# @@ ROADMAP :: The Rules.mk for the Network Control Panel Applet
|
|
#
|
|
|
|
PCH_DEFEAT=1
|
|
|
|
!include ..\rules.mk
|
|
|
|
!IFNDEF NTMAKEENV
|
|
|
|
CINC = $(CINC) -I$(IMPORT)\win31\h
|
|
|
|
CMNSRC = .\sprolog.cxx .\rule.cxx .\ncpapprg.cxx .\ncpdbind.cxx \
|
|
.\ncpdqury.cxx .\ncpdmain.cxx .\ncpdmisc.cxx .\sproif.cxx \
|
|
.\ncpafact.cxx .\ncpabndr.cxx .\ncpapdlg.cxx .\ncpafile.cxx \
|
|
.\ncpabndf.cxx
|
|
|
|
EXESRC = .\ncpapp.cxx
|
|
|
|
# Define sources necessary for OS/2 test compilations
|
|
|
|
OS2SRC = .\sprolog.cxx .\rule.cxx
|
|
|
|
# NOTE: This will not work if any .C files are in CMNSRC.
|
|
|
|
CXXSRC_COMMON = $(EXESRC) $(CMNSRC)
|
|
|
|
!ENDIF
|
|
|