Explorar el Código

amunits: add amicube to the examples to compile

git-svn-id: trunk@44642 -
Károly Balogh hace 5 años
padre
commit
d3b09aeeb9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/amunits/fpmake.pp

+ 1 - 0
packages/amunits/fpmake.pp

@@ -122,6 +122,7 @@ begin
 
     P.ExamplePath.Add('examples');
     P.ExamplePath.Add('examples/otherlibs');
+    T:=P.Targets.AddExampleProgram('amicube.pas');
     T:=P.Targets.AddExampleProgram('simple_timer.pas');
     T:=P.Targets.AddExampleProgram('getfontasl.pas');
     T:=P.Targets.AddExampleProgram('asltest.pas');