visual studio 2010 - Is there a Pre-Run event? -


Hey, I use a pre-build event to call an external compiler to compile an openclone kernel I am In this way, I get messages of all errors inside the ide. But if you change only the kernel, then the compiler is not required to run, so there is no pre-build event, even if the kernel compile command generates an error. . So is there a way to run the order before executing your program instead? Like the pre-run event;)

  1. You can create your pre-build To add the target list to the list, I think that's it. Once the Visual Studio has been added to check for modifying those files, it will know how to trigger your goal. I'm not sure that this will actually include a pre-build, so you can hook into another target as a feature.

  2. There will be some target files in your project file, for which you should start searching, for which the goal is appropriate.


References can help.


Comments