Skip to content
Snippets Groups Projects
Commit eebdd065 authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Added comdlg32.lib to GUILIB

parent ca2fc71a
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ CYA = e:/cyassl-2.0.0rc2 ...@@ -66,7 +66,7 @@ CYA = e:/cyassl-2.0.0rc2
DBG = /DNDEBUG /O1 DBG = /DNDEBUG /O1
CL = $(MSVC)/bin/cl /MD /TC /nologo $(DBG) /Gz /W3 /DNO_SSL_DL \ CL = $(MSVC)/bin/cl /MD /TC /nologo $(DBG) /Gz /W3 /DNO_SSL_DL \
/I$(MSVC)/include /DUSE_LUA /I$(LUA) /I$(MSVC)/include /DUSE_LUA /I$(LUA)
GUILIB= user32.lib shell32.lib GUILIB= user32.lib shell32.lib comdlg32.lib
LINK = /link /incremental:no /libpath:$(MSVC)/lib /machine:IX86 \ LINK = /link /incremental:no /libpath:$(MSVC)/lib /machine:IX86 \
/subsystem:windows ws2_32.lib advapi32.lib cyassl.lib lua.lib /subsystem:windows ws2_32.lib advapi32.lib cyassl.lib lua.lib
CYAFL = /c /I $(CYA)/include -I $(CYA)/include/openssl /I$(MSVC)/INCLUDE \ CYAFL = /c /I $(CYA)/include -I $(CYA)/include/openssl /I$(MSVC)/INCLUDE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment