Files
harbour-core/harbour/external/sqlite3/sqlite3.hbp
Viktor Szakats 7b4935ec01 2010-11-07 12:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* external/sqlite3/sqlite3.hbp
  * external/sqlite3/Makefile
    + Added -DSQLITE_OMIT_DEPRECATED as suggested by Petr.
      Shaves off a few Ks from sqlite3 lib size.

  * contrib/hbodbc/tests/testodbc.prg
    * Formatting.

  * config/hbextern.hbs
    * cygwin update.

  * bin/hbmk2l2d.hbs
    ! Added missing #endif
    * Changed guard.

  * INSTALL
    * Updated hbmk2 examples about using libs/packages.
2010-11-07 11:57:46 +00:00

30 lines
494 B
Plaintext

#
# $Id$
#
-stop{poccarm}
# NOTE: old msvcarm can't cope with some PP directives. [vszakats]
-stop{msvcarm&HB_COMP_VER!='1200'&HB_COMP_VER!='1300'&HB_COMP_VER!='1310')}
# TODO: Some restrictions were not migrated from Makefile
-hblib
-inc
-o${hb_targetname}
-warn=no
-cpp=no
-cflag=-DSQLITE_OMIT_DEPRECATED
sqlite3.c
# ORIGIN http://www.sqlite.org/
# VER 3.7.3
# URL http://www.sqlite.org/sqlite-amalgamation-3_7_3.zip
# DIFF sqlite3.dif
#
# MAP sqlite3.c
# MAP sqlite3.h