CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    12

    Can I have a pre-build step?

    I would like to run a process prior to a build (similar to the post build steps). Is there any way I can do that?


  2. #2
    Join Date
    Apr 1999
    Location
    Chennai, India
    Posts
    48

    Re: Can I have a pre-build step?

    yep in VC 5.0,

    If u use VC 5.0, check the menu
    Project/Settings
    check for the tab pre-link/post-build tab

    bye.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured