windows-nt/Source/XPSP1/NT/enduser/vccomsupport/makefile.inc
2020-09-26 16:20:57 +08:00

7 lines
105 B
PHP

.SUFFIXES:.h
# Copy .h file from here to sdk\inc
.h{$(SDK_INC_PATH)}.h:
attrib -r $@
copy $? $@