windows-nt/Source/XPSP1/NT/shell/osshell/accesory/netclip/makefil0

9 lines
262 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# make sure proxy\$O exists as we generate files there on pass0 in the idl dir
#
!include $(NTMAKEENV)\makefile.plt
NETCLIP_PROXY_PATH=$(MAKEDIR)\lib\proxy\$(_OBJ_DIR)\$(TARGET_DIRECTORY)
clean:
if NOT EXIST $(NETCLIP_PROXY_PATH) md $(NETCLIP_PROXY_PATH)