Quote:
Originally Posted by Uleat
I also create two additional variables: EQEMU_Inc & EQEmu_Lib
EQEmu_Inc = "C:\mysql\include;C:\perl\lib\CORE;C:\zlib\include "
EQEmu_Lib = "C:\mysql\lib\opt;C:\perl\lib\CORE;C:\zlib\lib "
Then, just add $EQEmu_xxx to the appropriate Include and Library references.
This makes it a little easier when a change is needed as well as not having to update the VS9 IDE Reference Settings and VS10 Project Settings whenever a change occurs..just update the environmental variables.
|
Someone should have thought of this a long time ago, this needs committed to the SVN!