version 0.73.0

This commit is contained in:
2023-07-14 12:15:30 -03:00
parent 110d8a0419
commit 945dd1a809
1466 changed files with 374820 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
#
# Generated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add customized code.
#
# This makefile implements configuration specific macros and targets.
# Environment
MKDIR=mkdir
CP=cp
GREP=grep
NM=nm
CCADMIN=CCadmin
RANLIB=ranlib
CC=gcc
CCC=g++
CXX=g++
FC=
AS=as
PROC=proc
# Macros
CND_PLATFORM=MinGW-Windows
CND_CONF=Default
CND_DISTDIR=dist
# Include project Makefile
include Makefile-tiny.mk
# Object Directory
OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
# Object Files
OBJECTFILES=
# C Compiler Flags
CFLAGS=
# CC Compiler Flags
CCFLAGS=
CXXFLAGS=
# Fortran Compiler Flags
FFLAGS=
# Assembler Flags
ASFLAGS=
# Link Libraries and Options
LDLIBSOPTIONS=
# Build Targets
.build-conf: ${BUILD_SUBPROJECTS}
cd . && $(MAKE) -f Makefile install
# Subprojects
.build-subprojects:
# Clean Targets
.clean-conf: ${CLEAN_SUBPROJECTS}
cd . && $(MAKE) -f Makefile clean
# Subprojects
.clean-subprojects:
+133
View File
@@ -0,0 +1,133 @@
#
# Generated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a pre- and a post- target defined where you can add customization code.
#
# This makefile implements macros and targets common to all configurations.
#
# NOCDDL
# Building and Cleaning subprojects are done by default, but can be controlled with the SUB
# macro. If SUB=no, subprojects will not be built or cleaned. The following macro
# statements set BUILD_SUB-CONF and CLEAN_SUB-CONF to .build-reqprojects-conf
# and .clean-reqprojects-conf unless SUB has the value 'no'
SUB_no=NO
SUBPROJECTS=${SUB_${SUB}}
BUILD_SUBPROJECTS_=.build-subprojects
BUILD_SUBPROJECTS_NO=
BUILD_SUBPROJECTS=${BUILD_SUBPROJECTS_${SUBPROJECTS}}
CLEAN_SUBPROJECTS_=.clean-subprojects
CLEAN_SUBPROJECTS_NO=
CLEAN_SUBPROJECTS=${CLEAN_SUBPROJECTS_${SUBPROJECTS}}
# Project Name
PROJECTNAME=tiny
# Active Configuration
DEFAULTCONF=Default
CONF=${DEFAULTCONF}
# All Configurations
ALLCONFS=Default
# build
.build-impl: .build-pre .validate-impl .depcheck-impl
@#echo "=> Running $@... Configuration=$(CONF)"
"${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
# clean
.clean-impl: .clean-pre .validate-impl .depcheck-impl
@#echo "=> Running $@... Configuration=$(CONF)"
"${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
# clobber
.clobber-impl: .clobber-pre .depcheck-impl
@#echo "=> Running $@..."
for CONF in ${ALLCONFS}; \
do \
"${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
done
# all
.all-impl: .all-pre .depcheck-impl
@#echo "=> Running $@..."
for CONF in ${ALLCONFS}; \
do \
"${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
done
# build tests
.build-tests-impl: .build-impl .build-tests-pre
@#echo "=> Running $@... Configuration=$(CONF)"
"${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
# run tests
.test-impl: .build-tests-impl .test-pre
@#echo "=> Running $@... Configuration=$(CONF)"
"${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
# dependency checking support
.depcheck-impl:
@echo "# This code depends on make tool being used" >.dep.inc
@if [ -n "${MAKE_VERSION}" ]; then \
echo "DEPFILES=\$$(wildcard \$$(addsuffix .d, \$${OBJECTFILES}))" >>.dep.inc; \
echo "ifneq (\$${DEPFILES},)" >>.dep.inc; \
echo "include \$${DEPFILES}" >>.dep.inc; \
echo "endif" >>.dep.inc; \
else \
echo ".KEEP_STATE:" >>.dep.inc; \
echo ".KEEP_STATE_FILE:.make.state.\$${CONF}" >>.dep.inc; \
fi
# configuration validation
.validate-impl:
@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
then \
echo ""; \
echo "Error: can not find the makefile for configuration '${CONF}' in project ${PROJECTNAME}"; \
echo "See 'make help' for details."; \
echo "Current directory: " `pwd`; \
echo ""; \
fi
@if [ ! -f nbproject/Makefile-${CONF}.mk ]; \
then \
exit 1; \
fi
# help
.help-impl: .help-pre
@echo "This makefile supports the following configurations:"
@echo " ${ALLCONFS}"
@echo ""
@echo "and the following targets:"
@echo " build (default target)"
@echo " clean"
@echo " clobber"
@echo " all"
@echo " help"
@echo ""
@echo "Makefile Usage:"
@echo " make [CONF=<CONFIGURATION>] [SUB=no] build"
@echo " make [CONF=<CONFIGURATION>] [SUB=no] clean"
@echo " make [SUB=no] clobber"
@echo " make [SUB=no] all"
@echo " make help"
@echo ""
@echo "Target 'build' will build a specific configuration and, unless 'SUB=no',"
@echo " also build subprojects."
@echo "Target 'clean' will clean a specific configuration and, unless 'SUB=no',"
@echo " also clean subprojects."
@echo "Target 'clobber' will remove all built files from all configurations and,"
@echo " unless 'SUB=no', also from subprojects."
@echo "Target 'all' will will build all configurations and, unless 'SUB=no',"
@echo " also build subprojects."
@echo "Target 'help' prints this message."
@echo ""
+18
View File
@@ -0,0 +1,18 @@
#
# Generated - do not edit!
#
# NOCDDL
#
CND_BASEDIR=`pwd`
CND_BUILDDIR=build
CND_DISTDIR=dist
# Default configuration
CND_PLATFORM_Default=MinGW-Windows
CND_ARTIFACT_DIR_Default=./compiler
CND_ARTIFACT_NAME_Default=htcobol.exe
CND_ARTIFACT_PATH_Default=./compiler/htcobol.exe
CND_PACKAGE_DIR_Default=dist/Default/MinGW-Windows/package
CND_PACKAGE_NAME_Default=tiny.tar
CND_PACKAGE_PATH_Default=dist/Default/MinGW-Windows/package/tiny.tar
CND_SYSINCLUDES_C_Default=C:\MinGW\include,C:\MinGW\lib\gcc\mingw32\4.5.0\include,C:\MinGW\lib\gcc\mingw32\4.5.0\include-fixed
CND_SYSINCLUDES_CPP_Default=C:\MinGW\lib\gcc\mingw32\4.5.0\include\c++,C:\MinGW\lib\gcc\mingw32\4.5.0\include\c++\mingw32,C:\MinGW\lib\gcc\mingw32\4.5.0\include\c++\backward,C:\MinGW\include,C:\MinGW\lib\gcc\mingw32\4.5.0\include,C:\MinGW\lib\gcc\mingw32\4.5.0\include-fixed
+75
View File
@@ -0,0 +1,75 @@
#!/bin/bash -x
#
# Generated - do not edit!
#
# Macros
TOP=`pwd`
CND_PLATFORM=MinGW-Windows
CND_CONF=Default
CND_DISTDIR=dist
CND_BUILDDIR=build
NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
TMPDIRNAME=tmp-packaging
OUTPUT_PATH=./compiler/htcobol.exe
OUTPUT_BASENAME=htcobol.exe
PACKAGE_TOP_DIR=tinycobol/
# Functions
function checkReturnCode
{
rc=$?
if [ $rc != 0 ]
then
exit $rc
fi
}
function makeDirectory
# $1 directory path
# $2 permission (optional)
{
mkdir -p "$1"
checkReturnCode
if [ "$2" != "" ]
then
chmod $2 "$1"
checkReturnCode
fi
}
function copyFileToTmpDir
# $1 from-file path
# $2 to-file path
# $3 permission
{
cp "$1" "$2"
checkReturnCode
if [ "$3" != "" ]
then
chmod $3 "$2"
checkReturnCode
fi
}
# Setup
cd "${TOP}"
mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
rm -rf ${NBTMPDIR}
mkdir -p ${NBTMPDIR}
# Copy files and create directories and links
cd "${TOP}"
makeDirectory "${NBTMPDIR}/tinycobol/bin"
copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
# Generate tar file
cd "${TOP}"
rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/tinycobol.tar
cd ${NBTMPDIR}
tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/tinycobol.tar *
checkReturnCode
# Cleanup
cd "${TOP}"
rm -rf ${NBTMPDIR}
+614
View File
@@ -0,0 +1,614 @@
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="97">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<df root="." name="0">
<df name="cobpp">
<in>cobpp.c</in>
<in>cobpp.h</in>
<in>tcpphelp.h</in>
<in>tcppversion.h</in>
</df>
<df name="cobroutines">
<in>case.c</in>
<in>cobtools.h</in>
<in>dir.c</in>
<in>files.c</in>
<in>globals.c</in>
<in>globals.h</in>
<in>screen.c</in>
<in>sql_clear_query.c</in>
<in>sql_connect_db.c</in>
<in>sql_disconnect_db.c</in>
<in>sql_exec_query.c</in>
<in>sql_free_memory.c</in>
<in>sql_get_tuple.c</in>
<in>sql_get_value.c</in>
<in>sql_max_field.c</in>
<in>sql_max_tuple.c</in>
<in>sql_status_message.c</in>
<in>system.c</in>
<in>tcl.h</in>
<in>tclDecls.h</in>
<in>tclPlatDecls.h</in>
<in>tctcl.c</in>
<in>tk.h</in>
<in>tkDecls.h</in>
</df>
<df name="cobrun">
<in>htcobrun.c</in>
</df>
<df name="compiler">
<in>htcobemt.c</in>
<in>htcobgen.c</in>
<in>htcobol.c</in>
<in>htcobol.tab.c</in>
<in>htcobol.tab.h</in>
<in>htcoboly.h</in>
<in>htglobals.c</in>
<in>htglobals.h</in>
<in>hthelp.h</in>
<in>htversion.h</in>
<in>pp_parser.tab.c</in>
<in>pp_parser.tab.h</in>
<in>pp_scanner.c</in>
<in>reswords.c</in>
<in>reswords.h</in>
<in>scan.c</in>
</df>
<df name="lib">
<in>basicio.c</in>
<in>cobmove.c</in>
<in>cobmove_9_.c</in>
<in>cobmove_b_.c</in>
<in>cobmove_c_.c</in>
<in>cobmove_e_.c</in>
<in>cobmove_f_.c</in>
<in>cobmove_x_.c</in>
<in>config.c</in>
<in>config.h</in>
<in>dyncall.c</in>
<in>fileio.c</in>
<in>filesql.c</in>
<in>filesql.h</in>
<in>flckclient.c</in>
<in>general.c</in>
<in>htcoblib.h</in>
<in>intrinsic.c</in>
<in>mcmath.c</in>
<in>pictures.c</in>
<in>rterrors.c</in>
<in>rterrors.h</in>
<in>scr_curses.c</in>
<in>screen.c</in>
<in>screen.h</in>
<in>screenio.c</in>
<in>screenio.h</in>
<in>strings.c</in>
</df>
<df name="lockserver">
<in>lockserver.c</in>
</df>
<df name="tcltk84">
<df name="tk8.4">
<in>tkAppInit.c</in>
</df>
</df>
<df name="test.code">
<df name="t15">
<in>test15b.c</in>
<in>test15d.c</in>
<in>test15f.c</in>
<in>test15l.c</in>
</df>
<df name="t33">
<in>subrotc.c</in>
</df>
<df name="tgui01">
<in>testgui02.c</in>
<in>testgui05.c</in>
</df>
<df name="tgui02">
<in>wprog.h</in>
<in>wprog01.c</in>
<in>wprog02.c</in>
</df>
</df>
<df name="test_suite">
<df name="call_tests">
<in>stest9xx.c</in>
</df>
</df>
<df name="tutorials">
<df name="Firebird">
<in>cad01f.i</in>
</df>
</df>
<df name="utils">
<df name="cobf2f">
<in>cobf2f.c</in>
<in>cobf2f.h</in>
</df>
</df>
<in>htconfig.h</in>
<in>mwindows.h</in>
</df>
<logicalFolder name="ExternalFiles"
displayName="Important Files"
projectFiles="false"
root=".">
<itemPath>Makefile-tiny.mk</itemPath>
<itemPath>makefile</itemPath>
</logicalFolder>
</logicalFolder>
<sourceRootList>
<Elem>.</Elem>
</sourceRootList>
<projectmakefile>Makefile-tiny.mk</projectmakefile>
<confs>
<conf name="Default" type="0">
<toolsSet>
<compilerSet>MinGW|MinGW</compilerSet>
<dependencyChecking>false</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
</toolsSet>
<codeAssistance>
</codeAssistance>
<makefileType>
<makeTool>
<buildCommandWorkingDir>.</buildCommandWorkingDir>
<buildCommand>${MAKE} -f Makefile install</buildCommand>
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand>
<executablePath>./compiler/htcobol.exe</executablePath>
<cTool>
<incDir>
<pElem>lib</pElem>
<pElem>.</pElem>
<pElem>../PostgreSQL/include</pElem>
<pElem>/usr/include</pElem>
<pElem>/usr/local/include</pElem>
<pElem>../PostgreSQL/include</pElem>
<pElem>../PostgreSQL/include</pElem>
<pElem>../PostgreSQL/include</pElem>
<pElem>../PostgreSQL/include</pElem>
<pElem>../PostgreSQL/include</pElem>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</makeTool>
<preBuild>
<preBuildCommandWorkingDir>.</preBuildCommandWorkingDir>
<preBuildCommand></preBuildCommand>
</preBuild>
</makefileType>
<item path="cobpp/cobpp.c" ex="false" tool="0" flavor2="0">
</item>
<item path="cobpp/cobpp.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobpp/tcpphelp.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobpp/tcppversion.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/case.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/cobtools.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/dir.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>cobroutines</pElem>
<pElem>/c/PostgreSQL/include</pElem>
<pElem>/c/tcl/include</pElem>
<pElem>/usr/include</pElem>
<pElem>/usr/include/glibc</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/files.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/globals.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/globals.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/screen.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>cobroutines</pElem>
<pElem>/c/PostgreSQL/include</pElem>
<pElem>/c/tcl/include</pElem>
<pElem>/usr/include</pElem>
<pElem>/usr/include/glibc</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_clear_query.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_connect_db.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_disconnect_db.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_exec_query.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_free_memory.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_get_tuple.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_get_value.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_max_field.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_max_tuple.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/sql_status_message.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/system.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/tcl.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/tclDecls.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/tclPlatDecls.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/tctcl.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="cobroutines/tk.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobroutines/tkDecls.h" ex="false" tool="3" flavor2="0">
</item>
<item path="cobrun/htcobrun.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/htcobemt.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/htcobgen.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/htcobol.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/htcobol.tab.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/htcobol.tab.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/htcoboly.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/htglobals.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/htglobals.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/hthelp.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/htversion.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/pp_parser.tab.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/pp_parser.tab.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/pp_scanner.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/reswords.c" ex="false" tool="0" flavor2="0">
</item>
<item path="compiler/reswords.h" ex="false" tool="3" flavor2="0">
</item>
<item path="compiler/scan.c" ex="false" tool="0" flavor2="0">
</item>
<item path="htconfig.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/basicio.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove_9_.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove_b_.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove_c_.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove_e_.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove_f_.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/cobmove_x_.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/config.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/config.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/dyncall.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/fileio.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/filesql.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>../PostgreSQL/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/filesql.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/flckclient.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/general.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/htcoblib.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/intrinsic.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/mcmath.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/pictures.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/rterrors.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/rterrors.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/scr_curses.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/screen.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/screen.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/screenio.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lib/screenio.h" ex="false" tool="3" flavor2="0">
</item>
<item path="lib/strings.c" ex="false" tool="0" flavor2="0">
<cTool>
<incDir>
<pElem>/usr/include</pElem>
<pElem>/usr/include/mysql</pElem>
<pElem>/usr/local/include</pElem>
</incDir>
</cTool>
</item>
<item path="lockserver/lockserver.c" ex="false" tool="0" flavor2="0">
</item>
<item path="mwindows.h" ex="false" tool="3" flavor2="0">
</item>
<item path="tcltk84/tk8.4/tkAppInit.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/t15/test15b.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/t15/test15d.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/t15/test15f.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/t15/test15l.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/t33/subrotc.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/tgui01/testgui02.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/tgui01/testgui05.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/tgui02/wprog.h" ex="false" tool="3" flavor2="0">
</item>
<item path="test.code/tgui02/wprog01.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test.code/tgui02/wprog02.c" ex="false" tool="0" flavor2="0">
</item>
<item path="test_suite/call_tests/stest9xx.c" ex="false" tool="0" flavor2="0">
</item>
<item path="tutorials/Firebird/cad01f.i" ex="false" tool="0" flavor2="0">
</item>
<item path="utils/cobf2f/cobf2f.c" ex="false" tool="0" flavor2="0">
</item>
<item path="utils/cobf2f/cobf2f.h" ex="false" tool="3" flavor2="0">
</item>
</conf>
</confs>
</configurationDescriptor>
+533
View File
@@ -0,0 +1,533 @@
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="97">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<df root="." name="0">
<df name=".metadata">
<df name=".mylyn">
<df name="contexts">
</df>
</df>
<df name=".plugins">
<df name="org.eclipse.cdt.core">
</df>
<df name="org.eclipse.cdt.make.core">
<in>specs.c</in>
<in>specs.cpp</in>
</df>
<df name="org.eclipse.core.resources">
<df name=".history">
</df>
<df name=".root">
<df name=".indexes">
</df>
</df>
<df name=".safetable">
</df>
</df>
<df name="org.eclipse.core.runtime">
<df name=".settings">
</df>
</df>
<df name="org.eclipse.epp.usagedata.recording">
</df>
<df name="org.eclipse.jdt.core">
</df>
<df name="org.eclipse.jdt.ui">
</df>
<df name="org.eclipse.mylyn.bugzilla.core">
</df>
<df name="org.eclipse.mylyn.tasks.ui">
</df>
<df name="org.eclipse.team.cvs.core">
</df>
<df name="org.eclipse.ui.intro">
</df>
<df name="org.eclipse.ui.workbench">
</df>
</df>
</df>
<df name=".settings">
</df>
<df name="cbl2cob">
</df>
<df name="cobpp">
<df name="copybooks">
</df>
<df name="test.code">
</df>
<in>cobpp.c</in>
<in>cobpp.h</in>
<in>tcpphelp.h</in>
<in>tcppversion.h</in>
</df>
<df name="cobroutines">
<df name="X11">
<in>X.h</in>
<in>Xatom.h</in>
<in>Xfuncproto.h</in>
<in>Xlib.h</in>
<in>Xutil.h</in>
<in>cursorfont.h</in>
<in>keysym.h</in>
<in>keysymdef.h</in>
</df>
<in>case.c</in>
<in>cobtools.h</in>
<in>dir.c</in>
<in>files.c</in>
<in>globals.c</in>
<in>globals.h</in>
<in>screen.c</in>
<in>sql_clear_query.c</in>
<in>sql_connect_db.c</in>
<in>sql_disconnect_db.c</in>
<in>sql_exec_query.c</in>
<in>sql_free_memory.c</in>
<in>sql_get_tuple.c</in>
<in>sql_get_value.c</in>
<in>sql_max_field.c</in>
<in>sql_max_tuple.c</in>
<in>sql_status_message.c</in>
<in>system.c</in>
<in>tcl.h</in>
<in>tclDecls.h</in>
<in>tclPlatDecls.h</in>
<in>tctcl.c</in>
<in>tk.h</in>
<in>tkDecls.h</in>
<in>tkIntXlibDecls.h</in>
</df>
<df name="cobrun">
<df name="test.code">
</df>
<in>htcobrun.c</in>
<in>tcrunhelp.h</in>
</df>
<df name="compiler">
<in>htcobemt.c</in>
<in>htcobgen.c</in>
<in>htcobol.c</in>
<in>htcobol.tab.c</in>
<in>htcobol.tab.h</in>
<in>htcoboly.h</in>
<in>htglobals.c</in>
<in>htglobals.h</in>
<in>hthelp.h</in>
<in>htversion.h</in>
<in>pp_parser.tab.c</in>
<in>pp_parser.tab.h</in>
<in>pp_scanner.c</in>
<in>reswords.c</in>
<in>reswords.h</in>
<in>scan.c</in>
</df>
<df name="copys">
</df>
<df name="Debug">
<df name="cobpp">
</df>
<df name="cobroutines">
</df>
<df name="cobrun">
</df>
<df name="compiler">
</df>
<df name="lib">
</df>
<df name="lockserver">
</df>
<df name="test.code">
<df name="00_FernandoWuthstrack">
<df name="tcl">
</df>
</df>
<df name="ReportGen">
</df>
<df name="t07">
</df>
<df name="t08">
</df>
<df name="t15">
</df>
<df name="t25">
</df>
<df name="t33">
</df>
<df name="tdb01">
</df>
<df name="tdb02">
</df>
<df name="tdb03">
</df>
<df name="tgui01">
</df>
<df name="tgui02">
</df>
</df>
<df name="test_suite">
<df name="call_tests">
</df>
</df>
<df name="utils">
<df name="cobf2f">
</df>
</df>
</df>
<df name="doc">
</df>
<df name="info">
<df name="debian">
</df>
<df name="isetup">
</df>
<df name="rpm">
</df>
</df>
<df name="installer">
<df name="MinGW">
</df>
</df>
<df name="lib">
<in>basicio.c</in>
<in>cobmove.c</in>
<in>cobmove_9_.c</in>
<in>cobmove_b_.c</in>
<in>cobmove_c_.c</in>
<in>cobmove_e_.c</in>
<in>cobmove_f_.c</in>
<in>cobmove_x_.c</in>
<in>config.c</in>
<in>config.h</in>
<in>dlfcnwin32.h</in>
<in>dyncall.c</in>
<in>fileio.c</in>
<in>filesql.c</in>
<in>filesql.h</in>
<in>flckclient.c</in>
<in>flckclient.h</in>
<in>general.c</in>
<in>htcoblib.h</in>
<in>intrinsic.c</in>
<in>mcmath.c</in>
<in>pictures.c</in>
<in>rterrors.c</in>
<in>rterrors.h</in>
<in>scr_curses.c</in>
<in>screen.c</in>
<in>screen.h</in>
<in>screenio.c</in>
<in>screenio.h</in>
<in>strings.c</in>
</df>
<df name="lockserver">
<in>lockserver.c</in>
<in>syslog.h</in>
</df>
<df name="packages">
</df>
<df name="tcltk84">
<df name="tcl8.4">
<df name="encoding">
</df>
<df name="http1.0">
</df>
<df name="http2.4">
</df>
<df name="msgcat1.3">
</df>
<df name="opt0.4">
</df>
<df name="tcltest2.2">
</df>
</df>
<df name="tk8.4">
<df name="bwidget1.5">
<df name="images">
</df>
<df name="lang">
</df>
</df>
<df name="demos">
<df name="images">
</df>
</df>
<df name="images">
</df>
<df name="mentry2.8">
<df name="demos">
</df>
<df name="doc">
</df>
<df name="scripts">
</df>
</df>
<df name="msgs">
</df>
<df name="mysqltcl-3.02">
</df>
<df name="pgtcl1.6.2-win32">
</df>
<df name="sqlite3.2.7">
</df>
<df name="tablelist4.4">
<df name="demos">
</df>
<df name="doc">
</df>
<df name="scripts">
</df>
</df>
<df name="tbcload1.4">
</df>
<df name="tclodbc2.3">
<df name="doc">
</df>
<df name="samples">
</df>
</df>
<df name="tdom0.8.2">
<df name="html">
</df>
</df>
<df name="tdomhtml0.1.0">
</df>
<df name="tnc0.3.0">
</df>
<df name="wcb3.1">
<df name="demos">
</df>
<df name="doc">
</df>
<df name="scripts">
</df>
</df>
<in>tkAppInit.c</in>
</df>
</df>
<df name="test.code">
<df name="00_FernandoWuthstrack">
<df name="share">
</df>
<df name="tcl">
<in>cobtools.h</in>
<in>ex1.s</in>
<in>mentry.s</in>
<in>tctcl.c</in>
<in>teste.c</in>
</df>
<in>external1.s</in>
</df>
<df name="00_tcl">
<df name="tctcl">
</df>
</df>
<df name="config">
</df>
<df name="copybooks">
</df>
<df name="esql">
</df>
<df name="ReportGen">
<in>tclwrapper.c</in>
</df>
<df name="t00">
</df>
<df name="t01">
</df>
<df name="t02">
</df>
<df name="t03">
</df>
<df name="t04">
</df>
<df name="t05">
</df>
<df name="t06">
</df>
<df name="t07">
<in>subrot.c</in>
</df>
<df name="t08">
<in>gen_data.c</in>
</df>
<df name="t09">
</df>
<df name="t10">
</df>
<df name="t11">
</df>
<df name="t12">
</df>
<df name="t13">
</df>
<df name="t14">
</df>
<df name="t15">
<in>test15b.c</in>
<in>test15d.c</in>
<in>test15f.c</in>
<in>test15l.c</in>
</df>
<df name="t16">
</df>
<df name="t17">
</df>
<df name="t18">
</df>
<df name="t19">
</df>
<df name="t20">
</df>
<df name="t21">
</df>
<df name="t22">
</df>
<df name="t23">
</df>
<df name="t24">
</df>
<df name="t25">
<in>test25b.c</in>
<in>test25c.c</in>
</df>
<df name="t26">
</df>
<df name="t27">
</df>
<df name="t28">
</df>
<df name="t29">
</df>
<df name="t30">
</df>
<df name="t31">
</df>
<df name="t32">
</df>
<df name="t33">
<in>subrotc.c</in>
</df>
<df name="t34">
</df>
<df name="t35">
</df>
<df name="t36">
</df>
<df name="tdb01">
<in>tdb01.c</in>
</df>
<df name="tdb02">
<in>tdb02a.c</in>
</df>
<df name="tdb03">
<in>cgi-util.c</in>
<in>cgi-util.h</in>
<in>tdb03a.c</in>
</df>
<df name="tgui01">
<in>testgui02.c</in>
<in>testgui05.c</in>
</df>
<df name="tgui02">
<in>wprog.h</in>
<in>wprog01.c</in>
<in>wprog02.c</in>
</df>
</df>
<df name="test_suite">
<df name="call_tests">
<in>stest9xx.c</in>
</df>
<df name="compile_tests">
</df>
<df name="condition_tests">
</df>
<df name="format_tests">
</df>
<df name="idxio_tests">
</df>
<df name="nist">
<in>Makefile_head.h</in>
<in>Makefile_trail.h</in>
</df>
<df name="perform_tests">
</df>
<df name="search_tests">
</df>
<df name="seqio_tests">
</df>
<df name="sortio_tests">
</df>
</df>
<df name="tutorials">
<df name="CBL2COB">
</df>
<df name="Firebird">
<in>cad01f.i</in>
<in>cad01f.s</in>
</df>
<df name="PostgreSQL">
</df>
<df name="TCL-TK">
</df>
</df>
<df name="utils">
<df name="cobf2f">
<in>cobf2f.c</in>
<in>cobf2f.h</in>
</df>
</df>
<in>htconfig.h</in>
<in>htconfig.mingw.h</in>
<in>mwindows.h</in>
</df>
</logicalFolder>
<projectmakefile>Makefile-tiny.mk</projectmakefile>
<confs>
<conf name="Default" type="0">
<toolsSet>
<developmentServer>localhost</developmentServer>
<platform>3</platform>
</toolsSet>
<compile>
<compiledirpicklist>
<compiledirpicklistitem>.</compiledirpicklistitem>
<compiledirpicklistitem>${AUTO_FOLDER}</compiledirpicklistitem>
</compiledirpicklist>
<compiledir>${AUTO_FOLDER}</compiledir>
<compilecommandpicklist>
<compilecommandpicklistitem>${MAKE} ${ITEM_NAME}.o</compilecommandpicklistitem>
<compilecommandpicklistitem>${AUTO_COMPILE}</compilecommandpicklistitem>
</compilecommandpicklist>
<compilecommand>${AUTO_COMPILE}</compilecommand>
</compile>
<dbx_gdbdebugger version="1">
<gdb_pathmaps>
</gdb_pathmaps>
<gdb_interceptlist>
<gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
</gdb_interceptlist>
<gdb_options>
<DebugOptions>
</DebugOptions>
</gdb_options>
<gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
</dbx_gdbdebugger>
<nativedebugger version="1">
<engine>gdb</engine>
</nativedebugger>
<runprofile version="9">
<runcommandpicklist>
<runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
</runcommandpicklist>
<runcommand>"${OUTPUT_PATH}"</runcommand>
<rundir></rundir>
<buildfirst>true</buildfirst>
<terminal-type>0</terminal-type>
<remove-instrumentation>0</remove-instrumentation>
<environment>
</environment>
</runprofile>
</conf>
</confs>
</configurationDescriptor>
+40
View File
@@ -0,0 +1,40 @@
# Launchers File syntax:
#
# [Must-have property line]
# launcher1.runCommand=<Run Command>
# [Optional extra properties]
# launcher1.displayName=<Display Name, runCommand by default>
# launcher1.buildCommand=<Build Command, Build Command specified in project properties by default>
# launcher1.runDir=<Run Directory, ${PROJECT_DIR} by default>
# launcher1.symbolFiles=<Symbol Files loaded by debugger, ${OUTPUT_PATH} by default>
# launcher1.env.<Environment variable KEY>=<Environment variable VALUE>
# (If this value is quoted with ` it is handled as a native command which execution result will become the value)
# [Common launcher properties]
# common.runDir=<Run Directory>
# (This value is overwritten by a launcher specific runDir value if the latter exists)
# common.env.<Environment variable KEY>=<Environment variable VALUE>
# (Environment variables from common launcher are merged with launcher specific variables)
# common.symbolFiles=<Symbol Files loaded by debugger>
# (This value is overwritten by a launcher specific symbolFiles value if the latter exists)
#
# In runDir, symbolFiles and env fields you can use these macroses:
# ${PROJECT_DIR} - project directory absolute path
# ${OUTPUT_PATH} - linker output path (relative to project directory path)
# ${OUTPUT_BASENAME}- linker output filename
# ${TESTDIR} - test files directory (relative to project directory path)
# ${OBJECTDIR} - object files directory (relative to project directory path)
# ${CND_DISTDIR} - distribution directory (relative to project directory path)
# ${CND_BUILDDIR} - build directory (relative to project directory path)
# ${CND_PLATFORM} - platform name
# ${CND_CONF} - configuration name
# ${CND_DLIB_EXT} - dynamic library extension
#
# All the project launchers must be listed in the file!
#
# launcher1.runCommand=...
# launcher2.runCommand=...
# ...
# common.runDir=...
# common.env.KEY=VALUE
# launcher1.runCommand=<type your run command here>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<code-assistance-data xmlns="http://www.netbeans.org/ns/make-project-private/1">
<code-model-enabled>true</code-model-enabled>
</code-assistance-data>
<data xmlns="http://www.netbeans.org/ns/make-project-private/1">
<activeConfTypeElem>0</activeConfTypeElem>
<activeConfIndexElem>0</activeConfIndexElem>
</data>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group/>
</open-files>
</project-private>
View File
+27
View File
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.cnd.makeproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/make-project/1">
<name>tiny</name>
<make-project-type>0</make-project-type>
<c-extensions>c,i</c-extensions>
<cpp-extensions>cpp</cpp-extensions>
<header-extensions>h</header-extensions>
<sourceEncoding>UTF-8</sourceEncoding>
<make-dep-projects/>
<sourceRootList>
<sourceRootElem>.</sourceRootElem>
</sourceRootList>
<confList>
<confElem>
<name>Default</name>
<type>0</type>
</confElem>
</confList>
<formatting>
<project-formatting-style>false</project-formatting-style>
</formatting>
</data>
</configuration>
</project>