quiet some Windows warnings; fix fatal link error

This commit is contained in:
nhmall
2024-02-15 21:57:36 -05:00
parent 437a403286
commit b6ad791f5f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1138,7 +1138,7 @@ guilflags = $(lflags) -subsystem:windows,$(EXEVER)
# basic subsystem specific libraries, less the C Run-Time
baselibs = kernel32.lib $(optlibs) $(winsocklibs) advapi32.lib gdi32.lib \
ole32.lib Shell32.lib
ole32.lib Shell32.lib dbghelp.lib
winlibs = $(baselibs) user32.lib comdlg32.lib winspool.lib
# for Windows applications that use the C Run-Time libraries