[GD-Windows] stripping debug information and suppressing linker warnings
Brought to you by:
vexxed72
From: Daniel V. <vo...@ep...> - 2003-09-29 16:01:39
|
Two questions: First, is there a Windows tool out there that allows stripping of debug infromation from .lib files a la "strip" (Unix) and second, is there a way to suppress linker warnings individually with VS.NET 2003? I tried the warning pragma before using the comment pragma to include the library but that didn't work. The reason I'm asking is because we're statically linking to a .lib file we don't have source for that references pdb's we don't have either which creates annoying linker warnings I want to avoid. Thanks, -- Daniel, Epic Games Inc. |