Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Fixed bug #50889 (Fixes to confutils.js) - Patch by thomas dot worm a…
Browse files Browse the repository at this point in the history
…t thomas-worm dot de
  • Loading branch information
KalleZ committed Mar 25, 2010
1 parent f3a76d3 commit ac821f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion NEWS
@@ -1,5 +1,7 @@
Version 2.0.3 "???" XX-XXX-201X
Version 2.0.3 "the evergreen you never heard" XX-XXX-201X
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Fixed bug #50889 (Fixes to confutils.js)
(Kalle, thomas dot worm at thomas-worm dot de)
- Fixed bug #50888 (Detection of Microsoft VS.NET 2008) (Kalle)

Version 2.0.2 "and then there was none" 07-March-2010
Expand Down
5 changes: 3 additions & 2 deletions win32/confutils.js
Expand Up @@ -992,6 +992,7 @@ function generate_files() {

function generate_makefile() {

MFE.WriteLine(""); // To avoid error if MFE will be complete
MFE.Close(); // Makefile.extensions is now complete
MFO.Close(); // Makefile.objects is now complete
var MF = FSO.CreateTextFile("Makefile", true);
Expand Down Expand Up @@ -1023,9 +1024,9 @@ function generate_makefile() {
if (make_builds.length > 1) {
MF.WriteLine("!ELSE");
MF.WriteLine("!MESSAGE Note: $(PHPGTKLIB) must be created before PHP-GTK extensions can be built");
MF.WriteLine("!ENDIF");
}


MF.WriteLine("!ENDIF");
MF.WriteLine("build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB)");
MF.WriteBlankLines(1);

Expand Down

0 comments on commit ac821f3

Please sign in to comment.