View Single Post
Old 05-11-2008, 05:31 PM   #1 (permalink)
Peoharen
Account Terminated
 
Peoharen's Avatar
 
Join Date: Dec 2004
Location: USA
Age: 24
Posts: 911
Send a message via Yahoo to Peoharen
Default How to compile RunUO using notepad

1.
Open notepad.

2.
Paste in the following on the first line:
SET PATH=C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Note - If you did a custom install of .NET you may have to edit this to match your install's path.

3.
Paste in the following on the second line:
csc.exe /out:.\RunUO.exe /recurse:*.cs /win32icon:runuo.ico /optimize /unsafe

4.
Paste in the following on the third line:
PAUSE

5.
Click file, save as.
File Name should be Compile.bat
Save as type should be All Files
Save it in your (SVN) RunUO Server folder where ever that may be.

6.
Double click the Compile program and enjoy.
Attached Images
File Type: jpg Image1.jpg (241.0 KB, 63 views)
File Type: jpg Image2.jpg (122.8 KB, 55 views)
Peoharen is offline   Reply With Quote