Source code of Windows XP (NT5)
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.

24 lines
369 B

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