Skip to content

Commit 17c7db4

Browse files
committed
note about wxWidgets props files included libraries
1 parent a3a9dfa commit 17c7db4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

makefile.common

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ ifeq ($(OS),Windows_NT)
6767
-luuid -lole32 -loleacc -loleaut32 \
6868
-lversion -lshlwapi -luxtheme -lwinspool
6969
endif
70+
# wxWidgets props files include:
71+
# kernel32.lib, user32.lib, gdi32.lib, comdlg32.lib, winspool.lib, shell32.lib
72+
# shlwapi.lib, ole32.lib, oleaut32.lib, uuid.lib, advapi32.lib, version.lib
73+
# comctl32.lib, rpcrt4.lib, ws2_32.lib, wininet.lib, winmm.lib
7074
else ifeq ($(shell uname),Darwin)
7175
# MacOS (clang)
7276
CXXFLAGS_EXTRA ?= -Wno-c++11-extension

0 commit comments

Comments
 (0)