NAME=SDLPanel
OBJECTS=$(NAME).obj
TARGET=..\..\bin\$(NAME).exe
TOPDIR=..\..

SDLLIBS = \
	SDL.lib

include $(TOPDIR)\Configs\config.mak

