Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Manifest Tool: Same option settings, different command line

Martin_B_2
Beginner
909 Views

In two projects I have the same property settings of the manifest tool. Nevertheless I get different command lines.
I have thought, the command line is just a summary of the settings. Am I wrong?

General.bmpInput_and_Output.bmpIsolated_COM.bmpAdvanced.bmpCommand_Line_HDKurve.bmpCommand_Line_HDK4UG.bmp

0 Kudos
5 Replies
Steven_L_Intel1
Employee
909 Views

It would appear, from my research, that /notify_update is an undocumented option that Visual Studio inserts. Do you have a resource file in one project and not the other? This might be the key. In any event, it is not tied to any project property.

0 Kudos
Martin_B_2
Beginner
909 Views

How can I identify a resource file? What kind of an extension does it have?

0 Kudos
mecej4
Honored Contributor III
909 Views

Martin B. wrote:
I have thought, the command line is just a summary of the settings.

Perhaps, for most items. However, some parts of the command line(s) may be generated (based on some appropriate rules), in which case I suspect that the command line could be affected by the presence of pragmas and directives in the source files being compiled.

0 Kudos
Steven_L_Intel1
Employee
909 Views

A resource file has extension .rc. I don't know for sure that this is relevant - information on this option is very sparse and it tends to just get mentioned in passing.

My advice is to not worry about it.

0 Kudos
Martin_B_2
Beginner
909 Views

There are rc-files in both projects.

0 Kudos
Reply