Ver Mensaje Individual
  #2  
Antiguo 21-09-2003
Avatar de marcoszorrilla
marcoszorrilla marcoszorrilla is offline
Capo
 
Registrado: may 2003
Ubicación: Cantabria - España
Posts: 11.221
Reputación: 10
marcoszorrilla Va por buen camino
Choose Project|Build project to rebuild all the components of a project regardless of whether they have changed. This command is useful when you’ve changed global compiler directives or compiler options, to ensure that all code compiles in the proper state.

This option is identical to Project|Compile project except that it rebuilds everything, whereas Project|Compile rebuilds only those files that have changed since the last build.

You can also invoke this command from the Project Manager. Right click and choose Build.

If you have multiple projects within a Project Group, you can build all projects within a Project Group by using the Project|Build All Projects command.


Use Project|Compile project to compile all files in the current project that have changed since the last build into a new executable file (.EXE),. dynamic link library (.DLL), resource file (.RES), or so on. This command is similar to the Build command, except that Project|
Compile builds only those files that have changed since the last compile, whereas Build rebuilds all files whether they have changed or not.

En resumen Build recompila todos los módulos hayan cambiado o no, y compile solamente los que han sufrido modificaciones.


Un Saludo.
__________________
Guía de Estilo de los Foros
Cita:
- Ça c'est la caisse. Le mouton que tu veux est dedans.
Responder Con Cita