[Window]fatal error U1052: file 'makefile.win32' not found

These are old archives. They are kept for historic purposes only.
Post Reply
w0sh|Mu
Posts: 14
Joined: Wed May 18, 2005 4:37 pm

[Window]fatal error U1052: file 'makefile.win32' not found

Post by w0sh|Mu »

C:\Program Files\Microsoft Visual C++ Toolkit 2003>cd C:\Program Files\Unrealirc
d
The system cannot find the path specified.

C:\Program Files\Microsoft Visual C++ Toolkit 2003>cd C:\Program Files\Unreal3.2


C:\Program Files\Unreal3.2>nmake -f makefile.win32 custommodule MODULEFILE=m_ant
idccbug

Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

NMAKE : fatal error U1052: file 'makefile.win32' not found
Stop.


I dun have the makefile.win32

im using the precompiled version Unreal3.2 for windows
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

You can't use the precompiled version to make modules.

If you want to make the module yourself, you need to compile the Windows version from the source. If you just want the module, go to http://www.x-tab.org/~ircd/
w0sh|Mu
Posts: 14
Joined: Wed May 18, 2005 4:37 pm

Post by w0sh|Mu »

where do i get the source to compile myself?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

If you can't figure that out, I am not sure you should be compiling things...

But, if you insist: http://www.unrealircd.com - where else?
Post Reply