Last change
on this file since 10366 was 10266, checked in by sandervl, 22 years ago |
PF: GIF and JPEG static libs for IPicture interface implementation
|
File size:
379 bytes
|
Line | |
---|
1 | # Common tools macros. (MAKE_CMD)
|
---|
2 | !include ../../makefile.inc
|
---|
3 |
|
---|
4 |
|
---|
5 | # dummy all rule - invoking nmake withtout target caused it to do all of the targets below..
|
---|
6 | _all: all
|
---|
7 |
|
---|
8 |
|
---|
9 | # Subdirectories.
|
---|
10 | SUBDIRS = \
|
---|
11 | libgif \
|
---|
12 | libjpeg
|
---|
13 |
|
---|
14 |
|
---|
15 | # All the common rules like all, lib, clean and dep.
|
---|
16 | $(COMMONRULES):
|
---|
17 | @$(DODIRS) "$(SUBDIRS)" $(MAKE_CMD) $@
|
---|
18 | @$(DOMAKES) "oleautos2.mak" $(MAKE_CMD) $@
|
---|
19 |
|
---|
20 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.