소스 검색

CustHttpApp.pp has no resource strings

git-svn-id: trunk@23242 -
pierre 12 년 전
부모
커밋
cd0c8a173e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-web/fpmake.pp

+ 1 - 1
packages/fcl-web/fpmake.pp

@@ -153,7 +153,7 @@ begin
     T:=P.Targets.AddUnit('fphttpclient.pp');
     T.ResourceStrings:=true;
     T:=P.Targets.AddUnit('custhttpapp.pp');
-    T.ResourceStrings:=true;
+    // T.ResourceStrings:=true;
     T:=P.Targets.AddUnit('fphttpapp.pp');
     T:=P.Targets.AddUnit('fpwebfile.pp');
     T.ResourceStrings:=true;