Windows: use roken's rk_rename

Windows CRT rename does not unlink the target if it exists.

Change-Id: Id7bdf5729d418bb22b59ab11d0d5f31ccb7e3577
This commit is contained in:
Jeffrey Altman
2013-07-12 17:36:59 -04:00
parent 5b223c2caa
commit 37ca3d35a9

View File

@@ -93,6 +93,9 @@ NO_RAND_EGD_METHOD=1
# Windows CRT mkdir does not have the mode parameter
MKDIR_DOES_NOT_HAVE_MODE=1
# Windows CRT rename does not unlink the target
RENAME_DOES_NOT_UNLINK=1
# Disable build of installers
!ifndef NO_INSTALLERS
BUILD_INSTALLERS=1