View Single Post
Author Message
LordVader!
Member
Join Date: Nov 2009
Old 06-27-2011 , 19:28   sdk directory location - Environment Variables
Reply With Quote #1

I'm trying to compile:

http://forums.alliedmods.net/showthread.php?t=134373

but in order to do so I have to place most of the included sdk files (SM and MM) in the "sdk" folder I have Environment Variables setup for everything listed here (nothing listed for sourcemod) plus i have to use the opensteamworks sdk I use this in another extension and would like to setup an Environment Variable for that also. How would I set that up in the source code?

Ex:
Code:
#include <bitbuf.h>
#include <iserver.h>
#include <icommandline.h>
#include <convar.h>
#include <iostream>
#include <fstream>
#include <string.h>
#include <Steamworks.h>
Thank You.
__________________
ClanAO.com

Last edited by LordVader!; 06-27-2011 at 19:32.
LordVader! is offline