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.

19 lines
316 B

  1. PROJDIR=..\..\..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETPATH=obj
  4. TARGETNAME=hostevt
  5. TARGETTYPE=LIBRARY
  6. INCLUDES=\
  7. $(PROJDIR)\inc; \
  8. $(PROJDIR)\host\upnphost\inc; \
  9. $(PROJDIR)\host\idl\$(O); \
  10. $(PROJDIR)\host\inc; \
  11. $(PROJDIR)\host\inc\$(O);
  12. SOURCES=\
  13. evtapi.cpp \
  14. evtobj.cpp