Compiling with DO_PIPELINING undefined produces a link error with MSVC 2008, (Win 7 64bit, 32-bit build). (I have HAVE_THREADS, OS_SIMPLE_THREADS, DO_PIPELINING undefined as well.)
p3pgui_composite2.obj : error LNK2001: unresolved external symbol “public: __thiscall CycleDataWriter::CycleDataWriter(struct PipelineCycler &,class Texture::CData *,class Thread *)” Z??0?$CycleDataWriter@VCData@Texture@@@@QAE@AAU?$PipelineCycler@VCData@ Texture@@@@PAVCData@Texture@@PAVThread@@@Z)
…
…
whole bunch of unresolved symbols for CycleDataWriter in libp3pgui_igate.obj, 3device_composite2.obj…(lots of files)
…
…
built/bin/libpanda.dll : fatal error LNK1120: 1 unresolved externals