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 8372647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:29:11+00:00 2026-06-09T14:29:11+00:00

I have a perl script in my VS2010 build that autocodes a header file

  • 0

I have a perl script in my VS2010 build that autocodes a header file using several header files as input.

In other words, script.pl reads a.h, b.h, c.h, and generates z.h

How can I set up a dependency such that this script is re-run anytime one of the input header files changes?

  • 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. Editorial Team
    Editorial Team
    2026-06-09T14:29:13+00:00Added an answer on June 9, 2026 at 2:29 pm

    I don’t know about automatically re-running it based on a dependency / filesystem check, but surely you can just add a custom pre-build step to the project or solution to just call the perl script directly. In VS2010, go to the Project menu, select ‘ Properties…’, then go to the Build Events tab. In the pre-build event command line box, type the command line to call script.pl.

    Check out the MSDN docs for some helpful macros and shortcuts for build paths. Also, that page does say

    Note

    Pre-build events do not run if the project is up to date and no build is triggered.

    So it probably won’t run script.pl if there have been no changes to any files in the project, but changes to a.h, b.h, or c.h should be enough to make sure z.h gets generated. Unless you don’t have the upstream header files added to the project… which could be another can of worms.

    If that’s the case, the workaround that springs to mind is to create a second dummy project called ‘HeaderBuild’ or some such who’s only job is to include the required .h files, call script.pl and copy the z.h output to your real projects header dir. Make sure the dummy project runs before the real one and you should be good to go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a perl script that prepares files for input to a binary program
I have a Perl script that takes user input and creates another script that
I have a Perl script that uses WWW::Mechanize to read from a file and
Have a perl script that needs to process all files of a certain type
I have a Perl script that works on Windows XP. It uses File::Copy's move
I have a Perl script that reads a command file and restarts itself if
I have a Perl script that is calling a program on Windows using backticks.
I have a Perl script that I'd like to run on Windows, using either
I have a Perl script that I'm attempting to set up using Perl Threads
I have a perl script that grabs some files from a remote server and

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.