]> granicus.if.org Git - php/commitdiff
- fix object dir usage (ie: relative path called from a symlinked dir), also fix...
authorPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 14:18:19 +0000 (14:18 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 24 Aug 2009 14:18:19 +0000 (14:18 +0000)
win32/build/config.w32

index 4f87ec3704961a2c23dda6d862208da6ce5ac119..1f8bc3ce3a868219794ecf639858f8561cf2e2cd 100644 (file)
@@ -82,6 +82,7 @@ if (VCVERS > 1200) {
 // stick objects somewhere outside of the source tree
 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
 if (PHP_OBJECT_OUT_DIR.length) {
+       PHP_OBJECT_OUT_DIR = FSO.GetAbsolutePathName(PHP_OBJECT_OUT_DIR);
        if (!FSO.FolderExists(PHP_OBJECT_OUT_DIR)) {
                ERROR('you chosen output directory ' + PHP_OBJECT_OUT_DIR + ' does not exist');
        }