quake3live/code/qcommon
Sergei Shubin 37f0bc95eb Define DLL_ONLY for all configurations; fix vm_x86.c guard
Add unconditional ItemDefinitionGroup in quake3.vcxproj to define DLL_ONLY
for all configurations, disabling QVM interpreter/JIT in favour of DLLs.

Fix vm_x86.c: VM_Compile was outside the #ifndef DLL_ONLY guard while
VM_CallCompiled was inside it, causing a duplicate symbol link error.
Extend the guard to cover VM_Compile as well.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 14:00:29 +08:00
..
cm_load.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_local.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_patch.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_patch.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_polylib.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_polylib.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_public.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_test.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cm_trace.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cmd.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cmd.c.save Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
common.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
cvar.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
files.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
huffman.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
md4.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
msg.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
net_chan.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
qcommon.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
qfiles.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
unzip.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
unzip.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
vm.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
vm_interpreted.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
vm_local.h Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
vm_ppc.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
vm_ppc_new.c Initial commit: Quake 3 1.32b GPL source 2026-03-18 13:32:24 +08:00
vm_x86.c Define DLL_ONLY for all configurations; fix vm_x86.c guard 2026-03-18 14:00:29 +08:00