Changes by: yegor (yegor at unknown.email)
Date: 2004-06-16 22:56:08 -0700 (Wed, 16 Jun 2004)
Revision: 397
Log message:
It didn't compile lm_uname_ext under win32 because of extension.
One option would be to make:
OFILES = lm_uname_ext$(OBJ_EXT)
but I think this is ugly, instead I made
OFILES = lm_uname_ext.o
removed suffix addition in Makefile.in;
in Makefile.nt defined OBJFILES as .o -> .obj replacement in OFILES
May be this is not much better than the first option though
Changes | Path |
+1 -1 | omake/Files |
+2 -1 | omake/Makefile.in |