Partial fix for Watcom makefile
Alex Cherepanov <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Organization | Coscript Software |
| Message-ID | <[email protected]> |
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.
watcw32.mak.diff
(text/plain, 747 B)
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