Quote from: jj2007 on December 16, 2012, 03:41:33 PM
POMAKE: Build.mak(90): fatal error: Invalid meta symbol part: B.
:(
pomake.exe 7.0 can't handle macro $(*B)
CFLAGS = -Ze
C_OBJS = t1.obj t2.obj
$(C_OBJS): $(*B).c
ECHO $(CFLAGS) $**
$(CC) $(CFLAGS) $**
In pomake.exe 6.5 =<
POMAKE: fatal error: Don't know how to make '.c'.
Hi timovjl,
You should try Easy Build (http://forum.pellesc.de/index.php?topic=5013.0). It's a much more powerful tool compared to Pomake.
Quote from: Vortex on December 17, 2012, 08:02:31 PM
You should try Easy Build (http://forum.pellesc.de/index.php?topic=5013.0). It's a much more powerful tool compared to Pomake.
I agree :D ... but I'll bet Timo is playing with that compression library and it's supplied makefiles.
I think Timovjl is just pointing-out a bug in a PellesC tool, that should be the aim of this forum.
Than everything can be used ;D