Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 38561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:43:38+00:00 2026-05-10T14:43:38+00:00

Nant seems very compiler-centric – which is guess is because it’s considered a .NET

  • 0

Nant seems very compiler-centric – which is guess is because it’s considered a .NET development system. But I know it can be done! I’ve seen it. The platform we’re building on has its own compiler and doesn’t use ‘cl.exe’ for c++. We’re building a C++ app on a different platform and would like to override with our own compiler. Can anyone point me at a way to do that or at least how to set up a target of my own that will use our target platform’s compiler?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T14:43:39+00:00Added an answer on May 10, 2026 at 2:43 pm

    Here is one I did for Delphi. Each ‘arg’ is a separate param with a value defined elsewhere. The target is called with the params set up before calling it.

    <target name='build.application'>     <exec program='dcc32' basedir='${Delphi.Bin}' workingdir='${Application.Folder}' verbose='true'>         <arg value='${Application.Compiler.Directive}' />         <arg value='-Q' />         <arg value='/B' />         <arg value='/E${Application.Output.Folder}' />         <arg value='/U${Application.Lib.Folder};${Application.Search.Folder}' />         <arg value='${Application.Folder}\${Delphi.Project}' />     </exec> </target> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been using NAnt for a while but it seems to be overly complex
I'm using NUnit 2.5 and NAnt 0.85 to compile a .NET 3.5 library. Because
I am trying to detect .net framework 2.0 service pack 2. But it seems
I'm reading this tutorial on NAnt development in C# .NET, it was written in
Possible Duplicate: NAnt or MSBuild, which one to choose and when? What is the
I'm new to NAnt but have some experience with Ant and CruiseControl. What I
I have a Nant build file which executes NUnit after compiling the dll's. I
I have nant set up to build my ASP.NET MVC project and it works
From my perspective, we're constructing our own 'flavour' of NAnt/Ivy/CruiseControl.Net in-house and can't help
I am trying to use nant 0.90 with a visual studio 2008, .net 3.5

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.