Windows2000/private/shell/shlwapi/srcw/makefile.inc
2020-09-30 17:12:32 +02:00

23 lines
478 B
PHP

# delpathw.c and delnatw.c are temporary files so pathw.c
# and nativew.cpp are rebuilt correctly since my change
# on 6/11/98.
#
..\delpathw.c:
del pathw.c
type deleteme > $@
..\delnatw.c:
del nativew.c
type deleteme > $@
..\pathw.c: ..\path.c ..\delpathw.c
echo // This file expects to be compiled UNICODE > $@
type $** >> $@
..\nativew.cpp: ..\native.cpp ..\delnatw.c
echo // This file expects to be compiled UNICODE > $@
type $** >> $@