]> git.saurik.com Git - wxWidgets.git/blame - src/gtk/setup/rules/libbin
Some manual updates; in MDI sample, child frames now have default size/position ...
[wxWidgets.git] / src / gtk / setup / rules / libbin
CommitLineData
c801d85f
KB
1# all that is to do
2all:: checkneeds library binary
3clean:: clean_library clean_obj clean_binary
4
5# now include definite rules
6LIB_BASE_DIR=.
7BIN_BASE_DIR=.
8
9# include rules to create library
10include $(RULES_GENERIC)/lib
11# include rules to create binary
12include $(RULES_GENERIC)/bin1
13# include rules to create objects
14include $(RULES_GENERIC)/obj
15# include rule to check for defines needed
16include $(RULES_GENERIC)/needed
17