# | Line 2 | Line 2 | |
---|---|---|
2 | # | |
3 | # Douglas Thrift | |
4 | # | |
5 | < | # $Id: makefile,v 1.5 2003/09/05 08:57:00 douglas Exp $ |
5 | > | # $Id: makefile,v 1.6 2003/09/12 04:26:54 douglas Exp $ |
6 | ||
7 | !INCLUDE <Win32.mak> | |
8 | ||
# | Line 19 | Line 19 | $(EXEC): $(OBJS) | |
19 | ole32.lib comctl32.lib shell32.lib shlwapi.lib | |
20 | ||
21 | .cxx.obj:: | |
22 | < | $(cc) $(cflags) /O2 /EHsc $< /c |
22 | > | $(cc) $(cvars) $(cflags) /O2 /EHsc $< /c |
23 | ||
24 | .rc.res:: | |
25 | $(rc) $(rcflags) $(rcvars) $< |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |