typo in the MSVC 2008 build files
parent
c67ce1a89e
commit
b0f3c8146c
|
@ -29,7 +29,7 @@ GLFLAGS = ['/D', 'GLEW_MX']
|
|||
BASELIBDIR = ['#dependencies/windows/lib32', '#dependencies/windows/lib32/vc90']
|
||||
PYTHONINCLUDE = [os.path.join(os.path.split(sys.executable)[0], 'include')]
|
||||
PYTHONLIBDIR = [os.path.join(os.path.split(sys.executable)[0], 'libs')]
|
||||
PYTHONLIB = ['boost_python-vc100-mt-1_44', 'python26']
|
||||
PYTHONLIB = ['boost_python-vc90-mt-1_44', 'python26']
|
||||
SHLIBPREFIX = 'lib'
|
||||
SHLIBSUFFIX = '.dll'
|
||||
LIBSUFFIX = '.lib'
|
||||
|
|
|
@ -29,7 +29,7 @@ GLFLAGS = ['/D', 'GLEW_MX']
|
|||
BASELIBDIR = ['#dependencies/windows/lib32', '#dependencies/windows/lib32/vc90']
|
||||
PYTHONINCLUDE = [os.path.join(os.path.split(sys.executable)[0], 'include')]
|
||||
PYTHONLIBDIR = [os.path.join(os.path.split(sys.executable)[0], 'libs')]
|
||||
PYTHONLIB = ['boost_python-vc100-mt-1_44', 'python26']
|
||||
PYTHONLIB = ['boost_python-vc90-mt-1_44', 'python26']
|
||||
SHLIBPREFIX = 'lib'
|
||||
SHLIBSUFFIX = '.dll'
|
||||
LIBSUFFIX = '.lib'
|
||||
|
|
|
@ -29,7 +29,7 @@ GLFLAGS = ['/D', 'GLEW_MX']
|
|||
BASELIBDIR = ['#dependencies/windows/lib64', '#dependencies/windows/lib64/vc90']
|
||||
PYTHONINCLUDE = [os.path.join(os.path.split(sys.executable)[0], 'include')]
|
||||
PYTHONLIBDIR = [os.path.join(os.path.split(sys.executable)[0], 'libs')]
|
||||
PYTHONLIB = ['boost_python-vc100-mt-1_44', 'python26']
|
||||
PYTHONLIB = ['boost_python-vc90-mt-1_44', 'python26']
|
||||
SHLIBPREFIX = 'lib'
|
||||
SHLIBSUFFIX = '.dll'
|
||||
LIBSUFFIX = '.lib'
|
||||
|
|
|
@ -29,7 +29,7 @@ GLFLAGS = ['/D', 'GLEW_MX']
|
|||
BASELIBDIR = ['#dependencies/windows/lib64', '#dependencies/windows/lib64/vc90']
|
||||
PYTHONINCLUDE = [os.path.join(os.path.split(sys.executable)[0], 'include')]
|
||||
PYTHONLIBDIR = [os.path.join(os.path.split(sys.executable)[0], 'libs')]
|
||||
PYTHONLIB = ['boost_python-vc100-mt-1_44', 'python26']
|
||||
PYTHONLIB = ['boost_python-vc90-mt-1_44', 'python26']
|
||||
SHLIBPREFIX = 'lib'
|
||||
SHLIBSUFFIX = '.dll'
|
||||
LIBSUFFIX = '.lib'
|
||||
|
|
Loading…
Reference in New Issue