lazarus/components/cgi/ide
mattias 627a0265fb changed default widgetset gtk to gtk2
git-svn-id: trunk@16910 -
2008-10-07 12:05:16 +00:00
..
lib implemented registration functions for project, file and package types, added cgilazide package 2004-11-22 21:39:40 +00:00
cgilazide.lpk added fpcmacosall.pas till it is in FPC 2006-01-03 08:08:56 +00:00
cgilazide.pas added package unit 2006-01-20 15:11:51 +00:00
cgilazideintf.pas cgilaz: fixed creating designed tcgidatamodules and double freeing application 2008-02-02 09:39:08 +00:00
Makefile changed default widgetset gtk to gtk2 2008-10-07 12:05:16 +00:00
Makefile.fpc changed default widgetset gtk to gtk2 2008-10-07 12:05:16 +00:00
README.txt implemented registration functions for project, file and package types, added cgilazide package 2004-11-22 21:39:40 +00:00

Package CGILazIDE

This package is a designtime package for the Lazarus IDE.
It adds a new project type and a new unit type to the IDE.

New Project Type:
  CGI Application - A Free Pascal program for CGI
                 using TCgiApplication for the main source (normally hidden,
                 just like the .lpr file for a normal Application).

New Unit Type:
  CGI Module - A unit with a TCGIDatamodule.