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

11 lines
216 B
PHP

$(O)\patha.c: ..\path.c
echo #undef UNICODE > $@
echo #undef _UNICODE >> $@
type $** >> $@
$(O)\nativea.cpp: ..\native.cpp
echo #undef UNICODE > $@
echo #undef _UNICODE >> $@
type $** >> $@