* $R used now

This commit is contained in:
Tomas Hajny 2000-07-09 07:49:34 +00:00
parent ee5879aab6
commit bdede009b3
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,5 @@
pmdemo1.exe: pmdemo1.pp pmdemo1.res
ppc -Dow -Ch8096 -Cs8096 pmdemo1.pp
rc pmdemo1.res
pmdemo1.res: pmdemo1.rc
rc -r pmdemo1

View File

@ -9,7 +9,9 @@
{ Sample program for FPC under OS/2 }
{ Classic Hello world in PM version }
{ $R pmdemo1.res} (* Not supported under OS/2 yet. *)
{$R pmdemo1.res}
(* PMDEMO1.RES has to be compiled from PMDEMO1.RC using "rc -r PMDEMO1.RC". *)
program pmdemo1;
@ -73,7 +75,10 @@ program pmdemo1;
end.
{
$Log$
Revision 1.5 2000-06-18 18:37:17 hajny
Revision 1.6 2000-07-09 07:49:34 hajny
* $R used now
Revision 1.5 2000/06/18 18:37:17 hajny
* cdecl added
Revision 1.4 2000/01/07 16:41:50 daniel