Browse Source

+ added missing intuition unit

Károly Balogh 20 years ago
parent
commit
96381facf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/morphos/Makefile.fpc

+ 1 - 1
rtl/morphos/Makefile.fpc

@@ -12,7 +12,7 @@ units=$(SYSTEMUNIT) objpas macpas strings \
       sysutils classes math typinfo varutils \
       charset ucomplex getopts matrix \
       variants types rtlconst sysconst dateutil \
-      exec timer doslib utility hardware inputevent graphics layers
+      exec timer doslib utility hardware inputevent graphics layers intuition
 rsts=math rtlconst varutils typinfo variants classes sysconst dateutil
 
 [require]