move clipboard functions out of misc.cpp without creating errors

This commit is contained in:
jacob1
2013-01-18 14:37:24 -05:00
parent b3a2ab735b
commit ded94b475d
11 changed files with 144 additions and 167 deletions

View File

@@ -164,7 +164,7 @@ if(GetOption('lin')):
env.ParseConfig('pkg-config --libs glew gl glu')
openGLLibs = ['GL']
env.Append(LIBS=['X11', 'rt'])
env.Append(CPPDEFINES=["LIN","SDL_VIDEO_DRIVER_X11"])
env.Append(CPPDEFINES=["LIN"])
if GetOption('_64bit'):
env.Append(LINKFLAGS=['-m64'])
env.Append(CCFLAGS=['-m64'])