So, several issues... I followed those instructions, and I enabled UNITY build, and use PCH in CMAKE.

Trying to build ZQuest:

1>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug Win32 ------
1>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 0 failed, 5 up-to-date, 1 skipped ==========

Building the Zelda project: The first build did not generate any binaries, but also didn't generate any errors. Unfortunately, VS flushed the log when I tried to rebuild.

Rebuilding: http://timelord.insomnia247.nl/zc/zc...e/BuildLog.htm

Microsoft Incremental Linker crashed
Problem signature:
Problem Event Name: APPCRASH
Application Name: link.exe
Application Version: 9.0.21022.8
Application Timestamp: 47313e24
Fault Module Name: link.exe
Fault Module Version: 9.0.21022.8
Fault Module Timestamp: 47313e24
Exception Code: c0000005
Exception Offset: 0007fcf7
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033


ZQuest will not build at all.

Spoiler: show
Code:
1>------ Rebuild All started: Project: ZERO_CHECK, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'ZERO_CHECK', configuration 'Debug|Win32'
1>Checking Build System
1>CMake does not need to re-run because C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeFiles/generate.stamp is up-to-date.
1>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\ZERO_CHECK.dir\Debug\BuildLog.htm"
1>ZERO_CHECK - 0 error(s), 0 warning(s)
2>------ Rebuild All started: Project: zcsound, Configuration: Debug Win32 ------
2>Deleting intermediate and output files for project 'zcsound', configuration 'Debug|Win32'
2>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
2>CMake does not need to re-run because C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\CMakeFiles\generate.stamp is up-to-date.
2>Compiling...
2>UB_SoundLibCore.cpp
2>Creating library...
2>Build log was saved at "file://c:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\zcsound.dir\Debug\BuildLog.htm"
2>zcsound - 0 error(s), 0 warning(s)
3>------ Rebuild All started: Project: zquest, Configuration: Debug Win32 ------
3>Deleting intermediate and output files for project 'zquest', configuration 'Debug|Win32'
3>Building Custom Rule C:/Users/DELL/Desktop/ZC_2.54/ZeldaClassic-DD-alleg44/CMakeLists.txt
3>CMake does not need to re-run because C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\CMakeFiles\generate.stamp is up-to-date.
3>Compiling...
3>precompiledzq.cpp
3>Compiling...
3>UB_ZQuestZScript.cpp
3>UB_ZQuestMisc.cpp
3>c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\zquestdat.h(10) : warning C4005: 'BMP_MOUSE' : macro redefinition
3>        c:\users\dell\desktop\zc_2.54\zeldaclassic-dd-alleg44\src\zeldadat.h(7) : see previous definition of 'BMP_MOUSE'
3>UB_ZQuestGUI.cpp
3>UB_ZQuestCore.cpp
3>Generating Code...
3>Compiling resources...
3>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
3>Copyright (C) Microsoft Corporation.  All rights reserved.
3>Compiling manifest to resources...
3>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
3>Copyright (C) Microsoft Corporation.  All rights reserved.
3>Linking...
3>LINK : C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\zquest.exe not found or not built by the last incremental link; performing full link
3>libpng.lib(pngwutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(png.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngerror.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngget.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngmem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngrio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngrtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngrutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngset.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngtrans.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngwio.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngwrite.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libpng.lib(pngwtran.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(adler32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(compress.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(crc32.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(deflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(inffast.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(inflate.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(inftrees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(trees.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>zlibd.lib(zutil.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\zlibd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>loadpng.lib(savepng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>loadpng.lib(loadpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>loadpng.lib(regpng.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\loadpng.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libjpgal.lib(jpgalleg.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libjpgal.lib(decode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libjpgal.lib(encode.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>libjpgal.lib(io.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\libjpgal.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>aldmd.lib(alplay.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>aldmd.lib(packfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\aldmd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(atexit.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(duhlen.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(dumbfile.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(makeduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(rawsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(rendduh.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(rendsig.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(unload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(clickrem.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(resample.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(sampbuf.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(silence.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itload2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itmisc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itorder.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itread.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itrender.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(itunload.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(loadmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(loadmod2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(loads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(loads3m2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(loadxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(loadxm2.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(readmod.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(reads3m.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(readxm.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>dumbd.lib(xmeffect.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\dumbd.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(abstract_file.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Blip_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Classic_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Dual_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Fir_Resampler.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Gb_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Gb_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Gb_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Gbs_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Gym_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Multi_Buffer.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Music_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nes_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nes_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nes_Fme7_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nes_Namco_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nes_Oscs.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nes_Vrc6_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Nsf_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Sms_Apu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Snes_Spc.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Spc_Cpu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Spc_Dsp.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Spc_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Vgm_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Vgm_Emu_Impl.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Ym2413_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>gme.lib(Ym2612_Emu.obj) : warning LNK4099: PDB 'vc80.pdb' was not found with 'libs\win32dbg\gme.lib' or at 'C:\Users\DELL\Desktop\ZC_2.54\ZeldaClassic-DD-alleg44\Debug\vc80.pdb'; linking object as if no debug info
3>Embedding manifest...
3>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
3>Copyright (C) Microsoft Corporation.  All rights reserved.
3>LINK : fatal error LNK1000: Internal error during IncrBuildImage


This was using the Visual studio 9 2008 options in CMake. I will retry with the x64 option.