-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
14,783 additions
and
14,451 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2019-04-19 TOKYO SYSTEM HOUSE Co., Ltd. <[email protected]> | ||
|
||
* Open Cobol ESQL (Ocesql) 1.2.0 released | ||
|
||
|
||
2015-03-31 TOKYO SYSTEM HOUSE Co., Ltd. <[email protected]> | ||
|
||
* Open Cobol ESQL (Ocesql) 1.1.0 released | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
SUBDIRS = dblib ocesql | ||
if DISABLE_OCESQL | ||
OCESQL = | ||
else | ||
OCESQL = ocesql | ||
endif | ||
|
||
SUBDIRS = dblib $(OCESQL) |
Oops, something went wrong.