Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > Oracle Database, SQL, Application, Programming


Batch build multiple projects


Reply
Views: 1304  
Thread Tools Rate Thread
  #1  
Old 08-20-2010, 10:47 AM
bholas bholas is offline
Award Winner
 
Join Date: Apr 2010
Posts: 4,977
Default Batch build multiple projects

Delphi's integrated development environment (IDE) is great, but, don't forget about Delphi command line compiler -- specially if you ever need to batch build multiple projects. For example, if you have three projects called proj1, proj2, and proj3, you can easily build all three at once by typing the following at the DOS/command prompt:
DCC32 proj1.dpr proj2.dpr proj3.dpr
If you're using Delphi 1.0, use DCC instead of DCC32:
DCC proj1.dpr proj2.dpr proj3.dpr

Reply With Quote
Reply

New topics in Oracle Database, SQL, Application, Programming





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)