diff --git a/Makefile b/Makefile index 3706be15f..6085786dc 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ ifeq ($(OS),lnx) endif ifeq ($(OS),win) - CXXLIBS += -static-libgcc -static-libstdc++ + CXXLIBS += -static-libgcc -static-libstdc++ -lcomdlg32 -lole32 CXXFLAGS += -DGLEW_STATIC -DFREEGLUT_STATIC endif