[fpc-devel] Changes to fcl-web's fpmake.pp

2011-06-13 Thread Leonardo M . Ramé
Hi, when compiling fcl-web, fpwebfile.pp should be added to the compilation. 
Without it, the httpapp example doesn't compile.

--- fpmake.pp(revisión: 17744)
+++ fpmake.pp(copia de trabajo)
@@ -143,7 +143,10 @@
           AddUnit('httpdefs');
         end;
     T:=P.Targets.AddUnit('fphttpclient.pp');
+    T:=P.Targets.AddUnit('custhttpapp.pp');
+    T:=P.Targets.AddUnit('fphttpapp.pp');
     T:=P.Targets.AddUnit('fpwebdata.pp');
+    T:=P.Targets.AddUnit('fpwebfile.pp');
     T.ResourceStrings:=true;
     With T.Dependencies do
       begin


Leonardo M. Ramé
http://leonardorame.blogspot.com
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Changes to fcl-web's fpmake.pp

2011-06-13 Thread Michael Van Canneyt




On Mon, 13 Jun 2011, Leonardo M. Ramé wrote:


Hi, when compiling fcl-web, fpwebfile.pp should be added to the compilation. 
Without it, the httpapp example doesn't compile.

--- fpmake.pp(revisión: 17744)
+++ fpmake.pp(copia de trabajo)
@@ -143,7 +143,10 @@
           AddUnit('httpdefs');
         end;
     T:=P.Targets.AddUnit('fphttpclient.pp');
+    T:=P.Targets.AddUnit('custhttpapp.pp');
+    T:=P.Targets.AddUnit('fphttpapp.pp');
     T:=P.Targets.AddUnit('fpwebdata.pp');
+    T:=P.Targets.AddUnit('fpwebfile.pp');
     T.ResourceStrings:=true;
     With T.Dependencies do
       begin


Applied, but in a different order. rev. 17746.

Michael.___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel