lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


The one advantage that I see in the later is being able to apply
nmake batch rules. (gmake has something similar, I tink)

e.g.

{src}.c{$(WKDIR)}.obj::
	$(CC) $(CFLAGS) /c $<

src/lapi.c : lua.h luaconf.h lapi.h lobject.h llimits.h ldebug.h \
  lstate.h ltm.h lzio.h lmem.h ldo.h lfunc.h lgc.h lstring.h ltable.h \
  lundump.h lvm.h

DB