Mercurial > hg > xemacs-beta
comparison nt/compface.mak @ 488:1e7b510d04f6
[xemacs-hg @ 2001-04-28 21:04:49 by adrian]
[PATCH] nt/*.mak improvements, fix usage of emacs_is_beta from version.sh <3dauawnh.fsf@rapier.ecf.teradyne.com>
author | adrian |
---|---|
date | Sat, 28 Apr 2001 21:04:50 +0000 |
parents | 7d59cb494b73 |
children | 03ab78e48ef6 |
comparison
equal
deleted
inserted
replaced
487:54fa1a5c2d12 | 488:1e7b510d04f6 |
---|---|
36 | 36 |
37 all: libcompface.lib | 37 all: libcompface.lib |
38 | 38 |
39 libcompface.lib: $(OBJS) | 39 libcompface.lib: $(OBJS) |
40 link.exe -lib -nologo -out:$@ $(OBJS) | 40 link.exe -lib -nologo -out:$@ $(OBJS) |
41 | |
42 clean: $(OBJS) | |
43 -rm -f $(OBJS) libcompface.lib |