22 lines
350 B
Plaintext
22 lines
350 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
|
||
|
|