This commit is contained in:
2025-06-04 19:09:15 -04:00
parent 42eeda1851
commit 47a2ee98b4
21 changed files with 57 additions and 37 deletions

View File

@ -14,7 +14,7 @@ depdir = "./dependencies/winx64" #local pre-compiled dependency libraries and th
installdir = "../../winx64" #directory to install to when finished
builddir = "./build_msvc64"
doinstall = False #copies the build_output to the install dir when finished
doinstall = True #copies the build_output to the install dir when finished
cc = "cl" #compiler
cflags = "/O2"
libraries = "lib{}.lib".format(libname)