summaryrefslogtreecommitdiff
path: root/mk/config-MinGW-i686_MinGW-i686.mk
blob: fc097dee9610599eb27791dc5886dc235c50c610 (plain)
1
2
3
4
5
6
7
8
include $(MK)/config-default.mk

CPPFLAGS += -DMINGW

# On mingw shared libraries have dll extension
SOEXT := dll

OPEN_GL_LIBS := -lopengl32 -lglu32