Fix link errors in #26

This commit is contained in:
Twarit
2020-04-09 17:25:22 +05:30
parent b1ac091571
commit 62247870dc
2 changed files with 1 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ elif env['platform'] == "windows":
env.Append(ENV = os.environ)
env.Append(CCFLAGS = ['-DWIN32', '-D_WIN32', '-D_WINDOWS', '-W3', '-GR', '-D_CRT_SECURE_NO_WARNINGS'])
env.Append(LIBS=['Advapi32'])
if env['target'] in ('debug', 'd'):
env.Append(CCFLAGS = ['-EHsc', '-D_DEBUG', '-MDd'])
else:

Binary file not shown.