Warning fix for eVC4 build.
[wxWidgets.git] / samples / collpane / makefile.unx
index 53fbfa1ae99062c33e0201d22c27464f44936a0e..c51e52e3fbee4adbfb2b1460f5d449d7a32567ae 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.0 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.1 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -59,7 +59,7 @@ clean:
        rm -f collpane
 
 collpane: $(COLLPANE_OBJECTS)
-       $(CXX) -o $@ $(COLLPANE_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) --libs core,base`
+       $(CXX) -o $@ $(COLLPANE_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) --libs adv,core,base`
 
 collpane_collpane.o: ./collpane.cpp
        $(CXX) -c -o $@ $(COLLPANE_CXXFLAGS) $(CPPDEPS) $<