Didn't seem to help though. Still getting lots of "unresolved external symbol" errors. Is there maybe somewhere else the statement should be added?
here's the output
Code: Select all
1>------ Build started: Project: blender, Configuration: Blender Release Win32 ------
1>Linking...
1>buildinfo.obj : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
1> Creating library ..\..\bin\blender.lib and object ..\..\bin\blender.exp
1>bli_blenlib.lib(winstuff.obj) : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>qtmlClient.lib(QTLoadLibraryUtils.obj) : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>bre_yafray.lib(export_File.obj) : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>bre_yafray.lib(export_Plugin.obj) : error LNK2001: unresolved external symbol __imp__RegCloseKey@4
1>bli_blenlib.lib(winstuff.obj) : error LNK2001: unresolved external symbol __imp__RegSetValueExA@24
1>bli_blenlib.lib(winstuff.obj) : error LNK2001: unresolved external symbol __imp__RegCreateKeyExA@36
1>bl_src.lib(usiblender.obj) : error LNK2001: unresolved external symbol __imp__SHGetSpecialFolderPathA@16
1>bl_src.lib(drawtext.obj) : error LNK2001: unresolved external symbol __imp__CloseClipboard@0
1>bl_src.lib(drawtext.obj) : error LNK2001: unresolved external symbol __imp__GetClipboardData@4
1>bl_src.lib(drawtext.obj) : error LNK2001: unresolved external symbol __imp__OpenClipboard@4
1>bl_src.lib(drawtext.obj) : error LNK2001: unresolved external symbol __imp__SetClipboardData@8
1>bl_src.lib(drawtext.obj) : error LNK2001: unresolved external symbol __imp__EmptyClipboard@0
1>bl_src.lib(writeavicodec.obj) : error LNK2001: unresolved external symbol __imp__SetRect@20
1>qtmlClient.lib(ClientToolboxAPI.obj) : error LNK2001: unresolved external symbol __imp__wsprintfA
1>qtmlClient.lib(QTLoadLibraryUtils.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24
1>bre_yafray.lib(export_File.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24
1>bre_yafray.lib(export_Plugin.obj) : error LNK2001: unresolved external symbol __imp__RegQueryValueExA@24
1>qtmlClient.lib(QTLoadLibraryUtils.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA@20
1>bre_yafray.lib(export_File.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA@20
1>bre_yafray.lib(export_Plugin.obj) : error LNK2001: unresolved external symbol __imp__RegOpenKeyExA@20
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__GetSystemMetrics@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetSystemMetrics@4
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__GetSystemMetrics@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__DispatchMessageA@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__TranslateMessage@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__PeekMessageA@20
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__GetCursorPos@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__SetCursorPos@8
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__GetKeyState@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__DefWindowProcA@16
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__ValidateRect@8
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__GetWindowLongA@8
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__RegisterClassA@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__GetStockObject@4
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__LoadCursorA@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__LoadCursorA@8
1>libghost.lib(GHOST_SystemWin32.obj) : error LNK2001: unresolved external symbol __imp__LoadIconA@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__UpdateWindow@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ShowWindow@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetDC@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetWindowLongA@12
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__CreateWindowExA@48
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__DestroyWindow@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ReleaseDC@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__DestroyCursor@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetWindowTextA@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetWindowTextA@12
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetWindowRect@8
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__GetWindowRect@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetClientRect@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetWindowPos@28
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__IsZoomed@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__IsIconic@4
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__IsIconic@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ScreenToClient@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ClientToScreen@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetWindowPlacement@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetWindowPlacement@8
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__GetWindowPlacement@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SwapBuffers@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__InvalidateRect@12
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ReleaseCapture@0
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetCapture@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetCursor@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ShowCursor@4
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__GetForegroundWindow@0
1>openal_static.lib(ALc.obj) : error LNK2001: unresolved external symbol __imp__GetForegroundWindow@0
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__CreateCursor@28
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__ChoosePixelFormat@8
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__DescribePixelFormat@16
1>libghost.lib(GHOST_WindowWin32.obj) : error LNK2001: unresolved external symbol __imp__SetPixelFormat@12
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__SystemParametersInfoA@16
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__IntersectRect@12
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__OffsetRect@12
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__GetDCOrgEx@8
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__GetClipBox@8
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__EnumDisplaySettingsA@12
1>libghost.lib(GHOST_DisplayManagerWin32.obj) : error LNK2001: unresolved external symbol __imp__ChangeDisplaySettingsA@8
1>ftf_ftfont.lib(FTF_TTFont.obj) : error LNK2001: unresolved external symbol "public: float __thiscall FTFont::Advance(unsigned short const *)" (?Advance@FTFont@@QAEMPBG@Z)
1>ftf_ftfont.lib(FTF_TTFont.obj) : error LNK2001: unresolved external symbol "public: void __thiscall FTFont::BBox(unsigned short const *,float &,float &,float &,float &,float &,float &)" (?BBox@FTFont@@QAEXPBGAAM11111@Z)
1>openal_static.lib(ALc.obj) : error LNK2001: unresolved external symbol __imp__CoCreateInstance@20
1>openal_static.lib(ALc.obj) : error LNK2001: unresolved external symbol __imp__CoInitialize@4
1>openal_static.lib(ALc.obj) : error LNK2001: unresolved external symbol __imp__PostThreadMessageA@16
1>openal_static.lib(ALc.obj) : error LNK2001: unresolved external symbol __imp__CoUninitialize@0
1>openal_static.lib(ALc.obj) : error LNK2001: unresolved external symbol __imp__GetMessageA@16
1>..\..\bin\blender.exe : fatal error LNK1120: 71 unresolved externals
1>Build log was saved at "file://c:\blenderdev\build\msvc_7\source\blender\BuildLog.htm"
1>blender - 86 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 33 up-to-date, 0 skipped ==========