Compilation in one shot???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • serge calderara

    #1

    Compilation in one shot???

    Dear all,

    I have a project which is devided in many different
    assembly. At a ceratin phase, I need to make a kind of
    test releaase of my project. For that I will have to
    compile and place at a certain location the debug /
    release compiled file.

    Is there a safe and eay way to handle the compilation of
    all assemblie and all project in one shot, like batch file?

    any sample will be appreciate

    thanks for your information
    regards
  • Kairi Zikpin

    #2
    Re: Compilation in one shot???

    try nant - http://nant.sourceforge.net/
    it will take some effort to setup but it's another option to consider

    serge calderara wrote:[color=blue]
    > Dear all,
    >
    > I have a project which is devided in many different
    > assembly. At a ceratin phase, I need to make a kind of
    > test releaase of my project. For that I will have to
    > compile and place at a certain location the debug /
    > release compiled file.
    >
    > Is there a safe and eay way to handle the compilation of
    > all assemblie and all project in one shot, like batch file?
    >
    > any sample will be appreciate
    >
    > thanks for your information
    > regards[/color]

    Comment

    Working...