updates
This commit is contained in:
@ -17,7 +17,7 @@ builddir = "./build_msvc64"
|
||||
doinstall = False #copies the build_output to the install dir when finished
|
||||
cc = "cl" #compiler
|
||||
cflags = "/O2"
|
||||
libraries = "lib{}.lib".format(libname)
|
||||
libraries = "lib{}.lib libamscimglib4.winx64.a".format(libname)
|
||||
libdirs = "/LIBPATH:{} /LIBPATH:{}/lib /LIBPATH:{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = ""
|
||||
srcexts = [".c",".cpp"]
|
||||
|
Reference in New Issue
Block a user