X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a606bb00661d5532f2bc7484693a99a2bf9983e..c5453c7956e115a1e7290f01cbbd730a5d8f3448:/docs/motif/install.txt diff --git a/docs/motif/install.txt b/docs/motif/install.txt index b8fc8d22fd..2625218853 100644 --- a/docs/motif/install.txt +++ b/docs/motif/install.txt @@ -455,15 +455,12 @@ CXX = g++ minimal: minimal.o $(CXX) -o minimal minimal.o `wx-config --libs` -minimal.o: minimal.cpp mondrian.xpm +minimal.o: minimal.cpp $(CXX) `wx-config --cxxflags` -c minimal.cpp -o minimal.o clean: rm -f *.o minimal -This is certain to become the standard way unless we decide -to stick to tmake. - If your application uses only some of wxWidgets libraries, you can specify required libraries when running wx-config. For example, `wx-config --libs=html,core` will only output link command to link