View Single Post
  #8  
Old 04-27-2012, 11:24 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by Uleat View Post
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!
Reply With Quote