dllwidget demo updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,10 +4,7 @@ CXXFLAGS = `wx-config --cxxflags` -fPIC -I.
|
||||
LDFLAGS = `wx-config --libs`
|
||||
|
||||
|
||||
all: test_prg test_dll.so
|
||||
|
||||
test_prg: dllwidget.o test_prg.o
|
||||
$(CXX) $(LDFLAGS) -o $@ dllwidget.o test_prg.o
|
||||
all: test_dll.so
|
||||
|
||||
test_dll.so: test_dll.o
|
||||
$(CXX) $(LDFLAGS) -shared -o $@ $<
|
||||
@@ -16,4 +13,4 @@ test_dll.so: test_dll.o
|
||||
$(CXX) -c $(CXXFLAGS) -o $@ $<
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so test_prg
|
||||
rm -f *.o *.so
|
||||
|
Reference in New Issue
Block a user