From 38a93f5b90ddb6300e25934c4e43240b64d5f761 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 26 Dec 2006 19:37:43 +0000 Subject: Starting work again. Added CApplication class for easier creation of the main window. Next looks like it's going to be a message class (GI_Message* function wrapper). git-svn-id: svn://mattst88.com/svn/skygipp/trunk@4 a71248a0-261a-0410-b604-901f7c0bd773 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0684b24..71f2fa7 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ CC=g++ CPPFLAGS=-Os -pipe -fPIC -DPIC LDFLAGS=-Wl,-O1 -OBJECTS=widget.o widgetbutton.o widgetcheckbox.o widgetform.o \ - widgettextfield.o widgetprogressbar.o widgetslider.o \ - widgettitle.o widgettooltip.o +OBJECTS=application.o widget.o widgetbutton.o widgetcheckbox.o \ + widgetform.o widgettextfield.o widgetprogressbar.o \ + widgetslider.o widgettitle.o widgettooltip.o all: ${OBJECTS} ${CC} ${LDFLAGS},-s -shared -o libskygi++.so ${OBJECTS} -- cgit v1.2.3