Adding a few missing files

This commit is contained in:
2012-12-06 22:10:39 +04:00
parent 1d17896f32
commit 13ed6ff8c3
8 changed files with 48 additions and 204 deletions

View File

@@ -0,0 +1,11 @@
OBJFILES=test_lib_dyn.o
all : $(OBJFILES)
$(CC) -shared -o libtest_lib_dyn.so $(OBJFILES) -L../test_lib_static -ltest_lib_static
.cpp.o:
$(CXX) -fPIC -c -o $@ $<
clean:
rm -f $(OBJFILES)

View File

@@ -0,0 +1,5 @@
LIBRARY "test_lib_dyn"
EXPORTS
DllMain
func1 @1 NONAME