Page 1 of 1

Command line compiling w/ VS.NET broken?

Posted: Thu Jun 17, 2004 6:17 pm
by Boredbard
For the longest time, the way I've been compiling MQ2 is with the command line batch that comes with VS.NET. Its simpler and faster, and works when the timebombed GUI quits working. The 6/16 zip no longer works with the command stuff. Here's what it gives me:

Code: Select all

C:\MQ2>nmake

Microsoft (R) Program Maintenance Utility Version 7.00.9466
Copyright (C) Microsoft Corporation.  All rights reserved.

        chmod +x mq2auth.exe
'chmod' is not recognized as an internal or external command,
operable program or batch file.
        mq2auth
MQ2Auth0.h up-to-date
MQ2Auth0.h must now be compiled into MQ2 to allow this computer to use it.
[color=red]NMAKE : fatal error U1073: don't know how to make '\'[/color]
Stop.

C:\MQ2>

Posted: Thu Jun 17, 2004 6:32 pm
by nimblefoot
I'm getting the same thing.

Posted: Thu Jun 17, 2004 6:57 pm
by Boredbard
Strange, I compiled with the free version (props to whoever found that), and can compile all my plugins from command line. It seems only MQ2Main cant compile with command line anymore :cry:

Posted: Thu Jun 17, 2004 7:18 pm
by dont_know_at_all
Zip updated to fix this.

Posted: Thu Jun 17, 2004 7:20 pm
by Boredbard
DKAA, you rock. :cool: