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