Quote:
Originally Posted by monrezz
So you only need to Rebuild All on the zone.exe compile - the other 2 you can just Compile?
|
Well Emusharemem.dll you can just compile as normal. You should use rebuild all for world and zone to be on the safe side.
If you are just tinkering with the source code for one or the other (world or zone), doing a rebuild all for the first compile of the session and then just a normal compile for any subsequent changes should be fine, since you can be sure that the database.cpp has been compiled correctly for the program you are tinkering with.