windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/lib/msdinst/makefile.inc

6 lines
205 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
# Copy the generated lib to our lib folder so people can include it.
#
$(OPK_LIB_PATH)\$(TARGETNAME).lib: $(O)\$(TARGETNAME).lib
if not exist $(OPK_LIB_PATH)\nul md $(OPK_LIB_PATH)
copy $** $@