2009-06-11 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbsqlit3/Makefile
    + Enabled for DOS platform.
This commit is contained in:
Viktor Szakats
2009-06-11 19:50:14 +00:00
parent 4b17624bbf
commit 4617ce252c
2 changed files with 7 additions and 0 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-06-11 21:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbsqlit3/Makefile
+ Enabled for DOS platform.
2009-06-11 21:01 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/gtdos/Makefile
* source/rtl/gtwin/Makefile

View File

@@ -22,6 +22,9 @@ endif
ifeq ($(HB_ARCHITECTURE),os2)
HB_INC_SQLITE3 += $(TOP)$(ROOT)external/sqlite3
endif
ifeq ($(HB_ARCHITECTURE),dos)
HB_INC_SQLITE3 += $(TOP)$(ROOT)external/sqlite3
endif
endif
endif