View Single Post
  #1  
Old 07-23-2007, 02:35 AM
LostZaphod
Sarnak
 
Join Date: May 2006
Posts: 43
Default Building EQEmu-0.7.0-1013

To build 1013 you will need to add Anniversary.cpp to the world and zone projects.
If you do not, you will get a link error abount not finding Anniversary::Register and Anniversary::Reload.

If you use a text editor, open world.vcproj and look for
"Common Source Files" and add this to that section.
Code:
<File RelativePath="..\common\patches\Anniversary.cpp"></File>
The same goes for zone.vcproj
Reply With Quote