]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
f509d00d | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | !include <../../build/msw/config.vc> |
250700e4 RD |
8 | |
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
250700e4 RD |
15 | |
16 | ### Conditionally set variables: ### | |
17 | ||
250700e4 RD |
18 | |
19 | ||
250700e4 RD |
20 | ### Targets: ### |
21 | ||
d179e30b | 22 | all: sub_styles sub_wxedit |
250700e4 RD |
23 | |
24 | clean: | |
d179e30b VS |
25 | -if exist .\*.obj del .\*.obj |
26 | -if exist .\*.res del .\*.res | |
27 | ||
28 | sub_styles: | |
29 | cd styles | |
30 | $(MAKE) /$(MAKEFLAGS) -f makefile.vc all | |
31 | cd $(MAKEDIR) | |
32 | ||
33 | sub_wxedit: | |
34 | cd wxedit | |
35 | $(MAKE) /$(MAKEFLAGS) -f makefile.vc all | |
36 | cd $(MAKEDIR) |