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.

22 lines
350 B

  1. PROJDIR=..\..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=cont
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. USE_WTL=1
  7. USE_ATL=1
  8. ATL_VER=30
  9. INCLUDES=\
  10. $(PROJDIR)\inc; \
  11. $(PROJDIR)\inc\$(O); \
  12. $(PROJDIR)\host\inc; \
  13. $(PROJDIR)\host\upnpcont\inc; \
  14. $(PROJDIR)\host\idl\$(O); \
  15. $(PROJDIR)\host\inc\$(O);
  16. SOURCES=\
  17. Container.cpp