|
-
July 27th, 2009, 01:29 AM
#1
Custom Build Not happen every time.
we have fresh code in VC++ which has some custom build event( which has make file to generate some header files), and after building the project. if i remove the newly created header files as well as debug folder and try to again build the project, project does not perform custom build event, it directly start compiling, so we got some error.
but without deleting if i use clean project, it works perfectly. so what the clean process is doing...
any help is appreciated...
-
July 27th, 2009, 02:37 AM
#2
Re: Custom Build Not happen every time.
Clean deletes the temporary files like .OBJ from the debug folder.
You will probably need to do a rebuild after you delete the header files.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|