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