Re: Partial fix for Watcom makefile
"Igor V. Melichev" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Please provide an appropriate log message. Igor. ----- Original Message ----- From: "Alex Cherepanov" <[email protected]> To: "gs-code-review" <[email protected]>; "Igor V. Melichev" <[email protected]> Sent: Wednesday, August 13, 2003 4:26 AM Subject: Partial fix for Watcom makefile > Remove spurious coma from the command line. > > There are many more problems in Watcom makefile: > - the file is not updated for visual tracer, etc. > - DLL and EXE need different object files > Let's start from the easy one. > > ---------------------------------------------------------------------------- ---- > Index: gs/src/watcw32.mak > =================================================================== > RCS file: /cvs/ghostscript/gs/src/watcw32.mak,v > retrieving revision 1.26 > diff -b -u -r1.26 watcw32.mak > --- gs/src/watcw32.mak 20 May 2003 19:52:29 -0000 1.26 > +++ gs/src/watcw32.mak 13 Aug 2003 00:04:33 -0000 > @@ -507,7 +507,7 @@ > > # The big console mode EXE > $(GSCONSOLE_XE): $(GS_ALL) $(DEVS_ALL) $(PSOBJ)gsdll.$(OBJ) $(GLOBJ)gp_mktmp.obj $(OBJCNO) $(PSOBJ)$(GS).res $(PSSRCDIR)\dw32c.def > - $(LINK) option map $(LCT) Name $(GSCONSOLE_XE) File $(GLOBJ)gsdll, $(GLOBJ)gp_mktmp.obj, $(OBJCNOLINK), @$(ld_tr) > + $(LINK) option map $(LCT) Name $(GSCONSOLE_XE) File $(GLOBJ)gsdll, $(GLOBJ)gp_mktmp.obj, $(OBJCNOLINK) @$(ld_tr) > !endif > > # end of makefile >