Browse Source

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

Tomas Hajny 24 years ago
parent
commit
7b04ba70f4
3 changed files with 569 additions and 185 deletions
  1. 557 183
      install/demo/os2/Makefile
  2. 6 1
      install/demo/os2/basicpm.pas
  3. 6 1
      install/demo/os2/pmdemo1.pp

File diff suppressed because it is too large
+ 557 - 183
install/demo/os2/Makefile


+ 6 - 1
install/demo/os2/basicpm.pas

@@ -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
 
 }

+ 6 - 1
install/demo/os2/pmdemo1.pp

@@ -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

Some files were not shown because too many files changed in this diff