2013-04-04 05:55 UTC+0200 Viktor Szakats (harbour syenar.net)

* .gitignore
    + added test command
    ! fixed exceptions to be in sync with files in repo

  * contrib/3rd/sqlite3/*
  * contrib/3rd/sqlite3/sqlite3.hbp
    * updated to 3.7.16

  * src/3rd/png/*
  * src/3rd/png/Makefile
  * src/3rd/png/png.dif
  * src/3rd/png/pngpriv.h
    * updated to 1.6.1
This commit is contained in:
Viktor Szakats
2013-04-04 05:57:53 +02:00
parent fb9328c9b5
commit d0216b2fdf
31 changed files with 14003 additions and 7229 deletions

11
.gitignore vendored
View File

@@ -1,8 +1,10 @@
# To validate, run:
# 'git ls-files -i --exclude-standard'
# build generated files
/include/hbverbld.h
bin/*/
lib/*/
!lib/3rd/
obj
.hbmk/
*.hbl
@@ -29,3 +31,10 @@ obj
# misc junk
.DS_Store
*.bak
# exceptions
!libunicows.a
!unicows.lib
!lib/3rd
!config/*.exe
!/*.exe