]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/makefile.unx
GetSocketManager() has no GUI-specific version under Darwin finally
[wxWidgets.git] / samples / render / makefile.unx
index d753cb432511e40541f2ec124c880052899401a0..f4b8eacc268f87ae8a098ea6bbac486b2dc748a2 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -10,6 +10,9 @@
 # These are configurable options:
 # -------------------------------------------------------------------------
 
+# Compiler flags to link loadable module 
+LINK_MODULE_FLAGS := -shared
+
 # C++ compiler 
 CXX := g++
 
@@ -109,11 +112,11 @@ test_for_selected_wxbuild:
        @$(WX_CONFIG) $(WX_CONFIG_FLAGS)
 
 render: $(RENDER_OBJECTS)
-       $(CXX) -o $@ $(RENDER_OBJECTS) $(LDFLAGS)   `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) -o $@ $(RENDER_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 
 ifeq ($(SHARED),1)
 renddll.so: $(RENDDLL_OBJECTS)
-       $(CXX) -shared -fPIC -o $@ $(RENDDLL_OBJECTS) $(LDFLAGS)  `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
+       $(CXX) $(LINK_MODULE_FLAGS) -fPIC -o $@ $(RENDDLL_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
 endif
 
 render_render.o: ./render.cpp