Re: Building eu40.4 question
- Posted by BRyan Aug 08, 2012
- 3025 views
Matt:
Do you know who wrote this makefile.wat. Maybe they could write some instructions ? There are no comments or explanation of what parameters to pass if any. This is the only comment in the file. # I wanted to put $(BASEPATH) here as a dependency for .c files but # watcom doesn't provide that functionality in inplicit rules... (sigh) I give up I'am not familiar enough with how all the pieces pass parameters back and forth. The config.wat does not have the same parameters that are in your config.wat. The makefile.wat has only single line and is autodepend .c.obj : .AUTODEPEND wcc386 $(EOSTYPE) /zp4 /w0 /5r /ol $(PCREDEBUG) -zq -oaxt -DHAVE_CONFIG_H -DNO_RECURSE $< -fo=$@ $(BASEPATH) : .EXISTSONLY $(BUILDDIR) mkdir $(BASEPATH)