* APPTYPE specified within the source files, RC called from makefiles

This commit is contained in:
Tomas Hajny 2001-04-22 10:13:14 +00:00
parent c7597da100
commit 7b04ba70f4
3 changed files with 821 additions and 306 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,8 @@
**********************************************************************}
program BasicPM;
{$APPTYPE GUI}
uses
Os2Def, PMWin;
@ -78,7 +80,10 @@ end.
{
$Log$
Revision 1.1 2001-01-14 19:02:14 hajny
Revision 1.2 2001-04-22 10:13:14 hajny
* APPTYPE specified within the source files, RC called from makefiles
Revision 1.1 2001/01/14 19:02:14 hajny
+ OS/2 demos added
}

View File

@ -9,6 +9,8 @@
{ Sample program for FPC under OS/2 }
{ Classic Hello world in PM version }
{$APPTYPE GUI}
{$R pmdemo1.res}
(* PMDEMO1.RES has to be compiled from PMDEMO1.RC using "rc -r PMDEMO1.RC". *)
@ -75,7 +77,10 @@ program pmdemo1;
end.
{
$Log$
Revision 1.1 2001-01-14 19:02:14 hajny
Revision 1.2 2001-04-22 10:13:14 hajny
* APPTYPE specified within the source files, RC called from makefiles
Revision 1.1 2001/01/14 19:02:14 hajny
+ OS/2 demos added
Revision 1.1 2000/07/13 06:31:08 michael