]> git.saurik.com Git - wxWidgets.git/blame - setup/rules/libbin
Fixes for compilation problems on Solaris(!).
[wxWidgets.git] / setup / rules / libbin
CommitLineData
bcf1fa6b
RR
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