From c85934a8fd935b7b3936a996e76cd7cc5ce24361 Mon Sep 17 00:00:00 2001 From: "cyeh%netscape.com" Date: Fri, 26 Feb 1999 19:48:06 +0000 Subject: [PATCH] add makefile to build mtbf --- tools/tests/viewer/mtbf/makefile.win | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 tools/tests/viewer/mtbf/makefile.win diff --git a/tools/tests/viewer/mtbf/makefile.win b/tools/tests/viewer/mtbf/makefile.win new file mode 100644 index 000000000000..6db81c9934ea --- /dev/null +++ b/tools/tests/viewer/mtbf/makefile.win @@ -0,0 +1,42 @@ +# The contents of this file are subject to the Netscape Public License +# Version 1.0 (the "NPL"); you may not use this file except in +# compliance with the NPL. You may obtain a copy of the NPL at +# http://www.mozilla.org/NPL/ +# +# Software distributed under the NPL is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL +# for the specific language governing rights and limitations under the +# NPL. +# +# The Initial Developer of this code under the NPL is Netscape +# Communications Corporation. Portions created by Netscape are +# Copyright (C) 1998 Netscape Communications Corporation. All Rights +# Reserved. + +#//------------------------------------------------------------------------ +#// +#// Makefile for mtbf +#// +#//------------------------------------------------------------------------ + +#//------------------------------------------------------------------------ +#// +#// Specify the depth of the current directory relative to the +#// root of mozilla +#// +#//------------------------------------------------------------------------ +DEPTH = ..\..\..\..\ + +#//------------------------------------------------------------------------ +#// +#// Include the common makefile rules +#// +#//------------------------------------------------------------------------ +include <$(DEPTH)/config/rules.mak> + +#// +#// Rule to build mtbf.exe +#// +mtbf.exe:: mtbf.cpp + $(CC) -O2 -MD makecopy.c +