10A. Set Additional Environment Variables
10B. Replace Informix 4GL Tools With Lycia Tools in Your Makefiles
Set additional environment variables within your makefiles or the shell environment where they run.
Example variables to set: LYCIA_DIR, INFORMIXSERVER, LOGNAME, INFORMIXPASS, DB_LOCALE, PATH, LYCIA_DB_DRIVER, QX_KMS_HOST.
Command Example: qform -xmlout -xml -DB informix -e UTF-8 per_form.per.
Reference: qform
Command Example: qfgl -i informix -o source.4o source.4gl.
Reference: qfgl
Command Example (esqlc): esqlc tool converts *.ec file to *.c.
Command Example (qxcc): qxcc -c -pic -64 $(CFLAGS) -I $(LYCIA_DIR)/include -i fglsys.h -i fglapi.h -I fgifulnc.h Source.c.
Command Example: qxld --static -o c_library.a c_source_1.o c_source_2.o ec_source_1.o ec_source_2.o.
Reference: qxld
Command Example: qlink --xml-errors -o fgl_library.4a fgl_cource_1.4o fgl_cource_2.4o fgl_cource_3.4o.
Reference: qlink
See next: 11. Compile Applications