We can use cp on Windows. cp is a built-in command of shmsdos.exe and is

in both MKS and Cygwin toolkits, so it is not a new build tool requirement.
This commit is contained in:
wtc%netscape.com 2001-11-17 06:40:03 +00:00
Родитель a0e9d2a1f6
Коммит d64d124400
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -95,7 +95,7 @@ ifdef MAPFILE
DLLFLAGS += -DEF:$(MAPFILE)
endif
# Change PROCESS to put the mapfile in the correct format for this platform
PROCESS_MAP_FILE = perl -e "open INFILE, \"< $(LIBRARY_NAME).def\" ; open OUTFILE, \"> $@ \"; print OUTFILE <INFILE>"
PROCESS_MAP_FILE = cp $(LIBRARY_NAME).def $@
#