X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e1f8ea4a3c2764ec89d95f4edef40257e32ac5b..d7c37bdf337d7ca687263520de432eee4a3722db:/samples/notebook/makefile.unx diff --git a/samples/notebook/makefile.unx b/samples/notebook/makefile.unx index 23490c8db4..cd806c98d8 100644 --- a/samples/notebook/makefile.unx +++ b/samples/notebook/makefile.unx @@ -88,7 +88,7 @@ test_for_selected_wxbuild: @$(WX_CONFIG) $(WX_CONFIG_FLAGS) notebook: $(NOTEBOOK_OBJECTS) - $(CXX) -o $@ $(NOTEBOOK_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs aui,html,adv,core,xml,base` + $(CXX) -o $@ $(NOTEBOOK_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs aui,adv,core,base` notebook_notebook.o: ./notebook.cpp $(CXX) -c -o $@ $(NOTEBOOK_CXXFLAGS) $(CPPDEPS) $<