Imported Upstream version 4.0
[platform/upstream/make.git] / dosbuild.bat
index c911e18..4091463 100644 (file)
@@ -1,6 +1,5 @@
 @echo off\r
-rem Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,\r
-rem 2008, 2009, 2010 Free Software Foundation, Inc.\r
+rem Copyright (C) 1998-2013 Free Software Foundation, Inc.\r
 rem This file is part of GNU Make.\r
 rem\r
 rem GNU Make is free software; you can redistribute it and/or modify it under\r
@@ -21,6 +20,7 @@ echo Building Make for MSDOS
 rem Echo ON so they will see what is going on.\r
 @echo on\r
 gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g commands.c -o commands.o\r
+gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g output.c -o output.o\r
 gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c -o job.o\r
 gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c -o dir.o\r
 gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g file.c -o file.o\r
@@ -52,9 +52,11 @@ ar rv libglob.a glob.o fnmatch.o
 @echo off\r
 cd ..\r
 echo commands.o > respf.$$$\r
-for %%f in (job dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$\r
+for %%f in (job output dir file misc main read remake rule implicit default variable) do echo %%f.o >> respf.$$$\r
 for %%f in (expand function vpath hash strcache version ar arscan signame remote-stub getopt getopt1) do echo %%f.o >> respf.$$$\r
 echo glob/libglob.a >> respf.$$$\r
+rem gcc  -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g guile.c -o guile.o\r
+rem echo guile.o >> respf.$$$\r
 @echo Linking...\r
 @echo on\r
 gcc -o make.new @respf.$$$\r