aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Win32/board.mk
blob: d69cfcc46f96a315e930c59569c0e7596b7c198b (plain)
1
2
3
4
5
6
7
8
9
GFXINC  +=
GFXSRC  +=
GFXLIBS +=
include $(GFXLIB)/drivers/multiple/Win32/driver.mk
include $(GFXLIB)/drivers/gaudio/Win32/driver.mk

ifeq ($(OPT_OS),win32.raw32)
	GFXDEFS += GFX_OS_INIT_NO_WARNING=GFXON
endif