Stealth thank you very much
not working 100%
I had to put file called dlltools.exe in same directory
also to remove one of my compilers of c++ because I had two compilers
I wanted to note few things:
when compiling unreal3.2 under windows:->configuring unrealircd.conf -> the loadmodules path would be changed that path will contain
src/
Code: Select all
loadmodule "src/modules/commands.dll";
loadmodule "src/modules/cloak.dll";
in the website :
http://unreal.x-tab.org/faq#compwin
line number 3
str=Run namke
str.replace('namke','nmake');
why do not u put these instructions in
Code: Select all
Before you begin
1.Download the Unreal tarball (source), and extract all the files to a location on your computer.
2.Put dlltool.exe in the directory where you extracted the source. You'll need this there later.
Compiling Unreal without Remote Includes, Zip Links, or SSL:
1.Open the MSVC Command Prompt and navigate to where you extracted the Unreal source.
2.Begin compiling by typing nmake -f makefile.win32, which will most likely result in an error stating there are unresolved external symbols. This is normal, and required. If this does not happen, go to Step 4.
3.Run namke -f makefile.win32 SYMBOLFILE to generate a symbol file. Then re-run nmake -f makefile.win32
4.When the compile has finished, you will have unreal.exe and wircd.exe. Copy src\win32\tre.dll to the main directory, and Unreal will be able to run.
in the file /doc/compiling_win32.txt ?
they're not the same.
thanks