]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/makefile.unx
add unit test for wxTextCtrl::SetSelection()
[wxWidgets.git] / samples / render / makefile.unx
index 3852ca0cf5f03fe21c03de9ab74c8a4cf7262a5e..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++
 
@@ -113,7 +116,7 @@ render: $(RENDER_OBJECTS)
 
 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