You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Frederic Corne <fr...@erli.fr> on 1997/07/31 14:30:04 UTC

config/952: Some problem with the makefiles for NT

>Number:         952
>Category:       config
>Synopsis:       Some problem with the makefiles for NT
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Jul 31 05:30:01 1997
>Originator:     frederic.corne@erli.fr
>Organization:
apache
>Release:        1.3a1 Win32
>Environment:
NT4 Server (SP2)(build 1381)
VC++ 4.2
>Description:
The makefile for NT are not perfect for the nmake of VC4.2:
1)the /FD option don't exist
2)the rules :
.c{$(CPP_OBJS)}.obj::
don't works because there is two ':' 
the rigth syntaxe is :
.c{$(CPP_OBJS)}.obj:
( note the simple ':')
3)there is a lot of empty lines with blanks. Not a problem for nmake but
ntemacs's makefile-mode complaint about this.
>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted: