Update of /cvsroot/htoolkit/port/src/include
In directory sc8-pr-cvs1:/tmp/cvs-serv32397/src/include
Modified Files:
HsPort.h
Log Message:
better configure/make scripts
Index: HsPort.h
===================================================================
RCS file: /cvsroot/htoolkit/port/src/include/HsPort.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HsPort.h 4 Jul 2003 17:39:05 -0000 1.5
--- HsPort.h 16 Jul 2003 22:11:06 -0000 1.6
***************
*** 1,19 ****
! # define Win32_TARGET
!
! #include "Types.h"
! #include "Window.h"
! #include "Timer.h"
! #include "RadioBox.h"
! #include "CheckBox.h"
! #include "ListBox.h"
! #include "EditBox.h"
! #include "PopUp.h"
! #include "Button.h"
! #include "Label.h"
! #include "Menu.h"
! #include "Font.h"
! #include "Canvas.h"
! #include "Bitmap.h"
! #include "CommonDialogs.h"
! #include "Message.h"
! #include "ConfigKey.h"
--- 1,22 ----
! # define Win32_TARGET
!
! #include "port/Types.h"
! #include "port/Window.h"
! #include "port/Timer.h"
! #include "port/RadioBox.h"
! #include "port/CheckBox.h"
! #include "port/ListBox.h"
! #include "port/EditBox.h"
! #include "port/PopUp.h"
! #include "port/Button.h"
! #include "port/Label.h"
! #include "port/ProgressBar.h"
! #include "port/Slider.h"
! #include "port/Menu.h"
! #include "port/ToolBar.h"
! #include "port/Font.h"
! #include "port/Canvas.h"
! #include "port/Bitmap.h"
! #include "port/CommonDialogs.h"
! #include "port/Message.h"
! #include "port/ConfigKey.h"
|