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.

21 lines
350 B

  1. PROJDIR=..\..
  2. TARGETNAME=uhcommon
  3. TARGETTYPE=LIBRARY
  4. TARGETPATHLIB=obj
  5. !include $(PROJDIR)\makefile.inc
  6. INCLUDES=\
  7. $(SDK_INC_PATH)\atl30;\
  8. $(PROJDIR)\inc; \
  9. $(PROJDIR)\host\inc; \
  10. $(PROJDIR)\host\inc\$(O); \
  11. $(PROJDIR)\host\idl\$(O); \
  12. $(PROJDIR)\inc\$(O); \
  13. SOURCES=\
  14. uhcommon.cpp \
  15. uhthread.cpp \
  16. uhxml.cpp