2025-04-27 07:49:33 -04:00

22 lines
371 B
Plaintext

PROJDIR=..\..
TARGETNAME=uhcommon
TARGETTYPE=LIBRARY
TARGETPATHLIB=obj
!include $(PROJDIR)\makefile.inc
INCLUDES=\
$(SDK_INC_PATH)\atl30;\
$(PROJDIR)\inc; \
$(PROJDIR)\host\inc; \
$(PROJDIR)\host\inc\$(O); \
$(PROJDIR)\host\idl\$(O); \
$(PROJDIR)\inc\$(O); \
SOURCES=\
uhcommon.cpp \
uhthread.cpp \
uhxml.cpp