mirror of https://github.com/tongzx/nt5src
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
21 lines
350 B
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
|
|
|