Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick one about compiling source files

Status
Not open for further replies.

BuilderSpec

Programmer
Dec 24, 2003
383
GB
Hi

Is there a way that I can "make" a project as oppose to "build" but make it so that a particular source file is ALWAYS recompiled ?


Hope this helps!

Regards

BuilderSpec
 
You can create a pre-build event in the Project options and use touch.exe to update the file's date/time stamp; Make will interpret this as the file needs to be rebuilt.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top