Leaked source code of windows server 2003
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
421 B

  1. PROJDIR=..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=CfgMgr
  4. TARGETTYPE=LIBRARY
  5. INCLUDES=\
  6. $(INCLUDES); \
  7. $(PROJDIR)\inc; \
  8. $(PROJDIR)\idl\$(O); \
  9. $(PROJECT_ROOT)\rras\inc
  10. SOURCES=\
  11. HNCfgMgr.cpp \
  12. HNetConn.cpp \
  13. HNAppPrt.cpp \
  14. HNPrtMap.cpp \
  15. HNPrtBnd.cpp \
  16. HNBrgCon.cpp \
  17. HNBridge.cpp \
  18. HNFwConn.cpp \
  19. HNIcsPrv.cpp \
  20. HNIcsPub.cpp