Am Dienstag, 14. Oktober 2008 20:28:32 schrieb Giel van Schijndel: > Author: muggenhor > Date: Tue Oct 14 20:28:21 2008 > New Revision: 6153 > > URL: http://svn.gna.org/viewcvs/warzone?rev=6153&view=rev > Log: > Fix the raw win32 makefile system which got broken in r6144 and r6145: > * The lexers depend on the parser's headers so make sure to compile the > parsers first * Move a misplaced line-wrapping backslash in > src/makefile.win32 Make has dependencies for this purpose. Everything else is likely to not work in all cases.
Syntax is: "target: dependency" If you dont specify a rule, Make should use the default rule. --Devu
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
