regenerated makefiles with bkl-0.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user