Skip to content

Commit

Permalink
note about wxWidgets props files included libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Apr 21, 2024
1 parent a3a9dfa commit 17c7db4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ ifeq ($(OS),Windows_NT)
-luuid -lole32 -loleacc -loleaut32 \
-lversion -lshlwapi -luxtheme -lwinspool
endif
# wxWidgets props files include:
# kernel32.lib, user32.lib, gdi32.lib, comdlg32.lib, winspool.lib, shell32.lib
# shlwapi.lib, ole32.lib, oleaut32.lib, uuid.lib, advapi32.lib, version.lib
# comctl32.lib, rpcrt4.lib, ws2_32.lib, wininet.lib, winmm.lib
else ifeq ($(shell uname),Darwin)
# MacOS (clang)
CXXFLAGS_EXTRA ?= -Wno-c++11-extension
Expand Down

0 comments on commit 17c7db4

Please sign in to comment.