On Wed, Dec 03, 2008 at 05:26:31PM +0800, WangJing wrote:
> I tried. but received :
> mt: unknown option -- n
> usage: mt [-V] [-f device] operation [count]
>
> This is at MSVC2005.
> And I can use "nmake -f makefile.nmake packaging", generate installing
> package.
That looks like the mt program from Cygwin/Unix. Are you using the
special VS 2005 Command Prompt or running the appropriate scripts to set
up the environment properly. When I just type mt -h it shows me this
(though it is Visual Studio 2008 Express Edition):
---
C:\Program Files\Microsoft Visual Studio 9.0\VC>mt -h
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
All rights reserved.
mt.exe : command line error c1010007: Unexpected/Unknown option "-h".
Use the / ? option for help on usage and samples.
---
Steve