EXAMPLE_BIN=gui_texture
OBJF =  ../CommonCode/Sources/checkbox.o \
 ../CommonCode/Sources/pushbutton.o \
 Sources/app.o \
 ../CommonCode/Sources/progressbar.o \
 ../CommonCode/Sources/balls.o \
 ../CommonCode/Sources/spin.o \
 Sources/gui_texture.o \
 ../CommonCode/Sources/slider.o \
 ../CommonCode/Sources/tabpage.o \
 Sources/program.o \
 ../CommonCode/Sources/theme.o \
 Sources/GUI.o \
 ../CommonCode/Sources/scrollbar.o \
 ../CommonCode/Sources/listview.o \
 ../CommonCode/Sources/menubar.o \
 ../CommonCode/Sources/lineedit.o \
 Sources/precomp.o \
 ../CommonCode/Sources/combobox.o \
 ../CommonCode/Sources/radiobutton.o \
 ../CommonCode/Sources/info.o

LIBS=clanApp clanDisplay clanCore clanSWRender clanGL clanGL1 clanGUI

CXXFLAGS += -I./ -I../../CommonCode/Sources -I Sources

include ../../Makefile.conf

# EOF #

