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

10 lines
213 B
PHP

$(O)\pathw.c: ..\path.c
echo // This file expects to be compiled UNICODE > $@
type $** >> $@
$(O)\nativew.cpp: ..\native.cpp
echo // This file expects to be compiled UNICODE > $@
type $** >> $@