make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NMakefile.template and README.W32.template proprosed revisions


From: J. Grant
Subject: Re: NMakefile.template and README.W32.template proprosed revisions
Date: Sun, 29 Feb 2004 14:59:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030824

Hello

I attached an additional subproc NMakefile patch for review, here is
the ChangeLog entry:

2004-02-29  Jonathan R. Grant  <address@hidden>

        * NMakefile.template: Add "MAKE = nmake".  A conflicting
        environment variable is sometimes already defined which causes the
        build to fail.


Best regards


JG


on the 28/02/04 19:35, J. Grant wrote:
Hello,

I attach a patch which updates the README.W32.template document inline
with the current WINDOWS32 builds supported.  Also fixes a problem
experienced in NMakefile.template.  Please review for addition.

Suitable ChangeLog entry appended.

Best regards

JG




2004-02-28  Jonathan R. Grant  <address@hidden>

      * NMakefile.template: Add "MAKE = nmake".  A conflicting
    environment variable is sometimes already defined which causes the
    build to fail.

      * README.W32.template: Revise to be inline with the current
    MS-Windows Operating Systems this port is compatible with.

Index: w32/subproc/NMakefile
===================================================================
RCS file: /cvsroot/make/make/w32/subproc/NMakefile,v
retrieving revision 1.6
diff -u -r1.6 NMakefile
--- w32/subproc/NMakefile       3 Oct 1998 05:40:40 -0000       1.6
+++ w32/subproc/NMakefile       29 Feb 2004 14:24:43 -0000
@@ -23,6 +23,7 @@
 #
 LIB = lib
 CC = cl
+MAKE = nmake
 
 OUTDIR=.
 MAKEFILE=NMakefile

reply via email to

[Prev in Thread] Current Thread [Next in Thread]