Daily Archives: 2009-03-20

Note to self: selective target name in DDK builds

Just found out how to properly “detect” in the sources file which one (32 or 64bit) is being built and assign a different output name to the debug symbols and the target file. !if $(386) TARGETNAME=shellext32 !elseif $(AMD64) TARGETNAME=shellext64 !else … Continue reading

Posted in /dev/null, EN, Programming | 1 Comment