2008-08-22 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/gtalleg/ssf.h
     ! Fixed to compile with BCC.

   * source/rtl/gtalleg/Makefile
     ! Missing SVN header.
     % Removed obsolete HB_MULTI_GT #define.

   * source/rtl/gtalleg/gtalleg.c
   * utils/hbmake/hbmake.prg
     ! Typos.
This commit is contained in:
Viktor Szakats
2008-08-22 12:57:04 +00:00
parent b75d095edb
commit 888ba4ff67
5 changed files with 25 additions and 8 deletions

View File

@@ -8,6 +8,18 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-08-22 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/gtalleg/ssf.h
! Fixed to compile with BCC.
* source/rtl/gtalleg/Makefile
! Missing SVN header.
% Removed obsolete HB_MULTI_GT #define.
* source/rtl/gtalleg/gtalleg.c
* utils/hbmake/hbmake.prg
! Typos.
2008-08-22 11:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/gtalleg/gtalleg.c
* GFX_* -> HB_GFX_*

View File

@@ -1,13 +1,13 @@
#
# $Id$
#
ROOT = ../../../
C_SOURCES=\
gtalleg.c ssf.c
gtalleg.c \
ssf.c \
LIBNAME=gtalleg
include $(TOP)$(ROOT)config/lib.cf
ifeq ($(HB_MULTI_GT),yes)
CFLAGS += -DHB_MULTI_GT
endif

View File

@@ -4,7 +4,7 @@
/*
* xHarbour Project source code:
* Allegro based virtual gt with graphic extensions.
* Allegro based virtual GT with graphic extensions.
*
* Copyright 2004 Mauricio Abre <maurifull@datafull.com>
* www - http://www.xharbour.org
@@ -1229,7 +1229,7 @@ HB_CALL_ON_STARTUP_END( _hb_startup_gt_Init_ )
/*
* this is necessary if you want to link with .so allegro libs
* or when link staticalt and your linker will force to link main()
* or when link statically and your linker will force to link main()
* from allegro library not the harbour one
*/
int _mangled_main( int argc, char * argv[] )

View File

@@ -62,6 +62,11 @@
#ifndef _SSF_H_
#define _SSF_H_
#if defined(__BORLANDC__)
#define ALLEGRO_NO_ASM
#define ALLEGRO_BCC32
#endif
#include <allegro.h>
/* Hack to use old Allegro branches */

View File

@@ -52,7 +52,7 @@
/*
* Modified By Sandro Freire sandrorrfreire at yahoo.com.br
* added suport to OS Unix
* added support for Unix OS
*/
#include "fileio.ch"