WindowsXP/shell/shlwapi/srca/makefile.inc
2025-04-27 07:49:33 -04:00

11 lines
226 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 $** >> $@