rebaked everything, fixes problems with OpenGL samples makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -98,7 +98,7 @@ test_for_selected_wxbuild:
|
||||
@$(WX_CONFIG) $(WX_CONFIG_FLAGS)
|
||||
|
||||
widget: $(WIDGET_OBJECTS)
|
||||
$(CXX) -o $@ $(WIDGET_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,base`
|
||||
$(CXX) -o $@ $(WIDGET_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs html,core,base`
|
||||
|
||||
widget_widget.o: ./widget.cpp
|
||||
$(CXX) -c -o $@ $(WIDGET_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
Reference in New Issue
Block a user