mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 01:44:40 +01:00
* APPTYPE specified within the source files, RC called from makefiles
This commit is contained in:
parent
c7597da100
commit
7b04ba70f4
File diff suppressed because it is too large
Load Diff
@ -15,6 +15,8 @@
|
|||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
program BasicPM;
|
program BasicPM;
|
||||||
|
|
||||||
|
{$APPTYPE GUI}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Os2Def, PMWin;
|
Os2Def, PMWin;
|
||||||
|
|
||||||
@ -78,7 +80,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
+ OS/2 demos added
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -9,6 +9,8 @@
|
|||||||
{ Sample program for FPC under OS/2 }
|
{ Sample program for FPC under OS/2 }
|
||||||
{ Classic Hello world in PM version }
|
{ Classic Hello world in PM version }
|
||||||
|
|
||||||
|
{$APPTYPE GUI}
|
||||||
|
|
||||||
{$R pmdemo1.res}
|
{$R pmdemo1.res}
|
||||||
|
|
||||||
(* PMDEMO1.RES has to be compiled from PMDEMO1.RC using "rc -r PMDEMO1.RC". *)
|
(* PMDEMO1.RES has to be compiled from PMDEMO1.RC using "rc -r PMDEMO1.RC". *)
|
||||||
@ -75,7 +77,10 @@ program pmdemo1;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
+ OS/2 demos added
|
||||||
|
|
||||||
Revision 1.1 2000/07/13 06:31:08 michael
|
Revision 1.1 2000/07/13 06:31:08 michael
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user