]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/motif/install.txt
Check that files returned from wxDir::FindXXX() match the filter.
[wxWidgets.git] / docs / motif / install.txt
index b8fc8d22fd6e88edb1d1db42c587cb29008245c4..262521885302ab7e7e2eefd5abc1cf58eb8660a5 100644 (file)
@@ -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