SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: Chuck Crisler on July 10, 2012, 02:37:19 PM

Title: force project re-build
Post by: Chuck Crisler on July 10, 2012, 02:37:19 PM
How do you force SlickEdit to completely re-build a project even it it determines that the project is up-to-date?

Thank you,
Chuck Crisler
Title: Re: force project re-build
Post by: Dan on July 10, 2012, 03:08:39 PM
Is this a SlickEdit project using our internal build system?  Build>Rebuild should do it in that case.
Title: Re: force project re-build
Post by: Chuck Crisler on July 10, 2012, 03:29:06 PM
Yes it is, though I built the program from the command line initially. The Build/Rebuild menu option is disabled.
Title: Re: force project re-build
Post by: Dan on July 10, 2012, 03:30:13 PM
Is there a rebuild command (Project> Project Properties> Tools tab)?
Title: Re: force project re-build
Post by: Chuck Crisler on July 10, 2012, 03:41:26 PM
Yes.
Title: Re: force project re-build
Post by: Dan on July 10, 2012, 03:45:33 PM
Can you send me the .vpj file?
Title: Re: force project re-build
Post by: Chuck Crisler on July 10, 2012, 03:52:01 PM
Here it is (I hope). I am new to SE and may/probably have done something stupid. Thank you for your attention and help.
Title: Re: force project re-build
Post by: Dan on July 10, 2012, 03:59:34 PM
The Rebuild commands are blank for both configurations.  So that is why the menu items are disabled.

If you use our build system, I would expect to see calls to our vsbuild project in here, and I do not.  I can tell you used our wizard to set up the project.  How did you set it up?
Title: Re: force project re-build
Post by: Chuck Crisler on July 10, 2012, 04:20:53 PM
I built it using the wizard and a 'user-maintained' make file. It is a fairly large, existing project.
Title: Re: force project re-build
Post by: Dan on July 10, 2012, 04:24:57 PM
Ah, well if you use "user maintained" we just set up to call make.

In the Tools tab of the Project Properties dialog, set Rebuild to your makefile's rebuild command (probably something like "make rebuild").  If you do not have one, set the Clean command.