]> granicus.if.org Git - php/commitdiff
- It's amazing the havoc one little misplaced bracket can cause...
authorSteph Fox <sfox@php.net>
Wed, 9 Jul 2008 15:47:06 +0000 (15:47 +0000)
committerSteph Fox <sfox@php.net>
Wed, 9 Jul 2008 15:47:06 +0000 (15:47 +0000)
win32/build/projectgen.js

index edec4dde399659c8b2040c74c4c775732dde281c..5d7fed601ad3490b37e02aec2290e39d6c93b531 100644 (file)
@@ -155,13 +155,14 @@ function generate_dsp_filelist(ext, ext_dir, files)
                                }
 
                                DSP_HEADERS = DSP_HEADERS.concat(libheaders.split(" "));
-                       }
 
-                       sources = newarr[1].replace(/\\/g, "");
-                       sources = sources.replace(ws, " ");
-                       path = path ? " ./" + path + "/" : " ./";
-                       sources = sources.replace(/ /g, path);
-                       DSP_SOURCES = DSP_SOURCES.concat(sources.split(" "));
+                               sources = newarr[1].replace(/\\/g, "");
+                               sources = sources.replace(ws, " ");
+                               path = path ? " ./" + path + "/" : " ./";
+                               sources = sources.replace(/ /g, path);
+               
+                               DSP_SOURCES = DSP_SOURCES.concat(sources.split(" "));
+                       }
                }
        }