read write routine connection
This commit is contained in:
@ -19,7 +19,7 @@ cc = "x86_64-w64-mingw32-g++" #compiler
|
||||
cflags = "-fPIC -O3"
|
||||
libraries = "-l{} -lamscimglib4.winx64".format(libname)
|
||||
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = "-static-libgcc -static-libstdc++ -Wl,-rpath=."
|
||||
linkerflags = "--static -static-libgcc -static-libstdc++ -Wl,-rpath=."
|
||||
srcexts = [".c",".cpp"]
|
||||
binsrc = ["main.c","main.cpp"] #ignore these files when compiling the static library
|
||||
|
||||
|
Reference in New Issue
Block a user