Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv23303
Modified Files:
makefile
Log Message:
changed name of xxxWindowClose to xxxWindowDismiss as that
is what is meant. Actually, xxxWindowDestroy should probably
be called xxxWindowClose but let's leave that for now.
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** makefile 30 Jan 2003 11:36:06 -0000 1.8
--- makefile 31 Jan 2003 21:06:12 -0000 1.9
***************
*** 77,81 ****
#--------------------------------------------------------------------------
! HC-OPTIONS = -O2
CC-OPTIONS =
--- 77,81 ----
#--------------------------------------------------------------------------
! HC-OPTIONS = # -O2
CC-OPTIONS =
|