>Number: 3606 >Category: os-windows >Synopsis: makefile.nt needs to use $(<variable>) instead of %<variable>% >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Tue Dec 29 15:20:00 PST 1998 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3.3 >Environment: Windows 95 , Visual C++ 6.0 >Description: The provided makefile.nt targeted for building apache uses % signs around variables. It should really be using $() around variables so that they get properly substituted by nmake.exe. >How-To-Repeat:
>Fix: Replace %LONG% and %SHORT% in makefile.nt with $(LONG) and $(SHORT) >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
