windows-nt/Source/XPSP1/NT/shell/osshell/accesory/netclip/makefil0
2020-09-26 16:20:57 +08:00

9 lines
262 B
Plaintext

#
# 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)