This repository has been archived on 2025-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
CnC_Red_Alert/WINVQ/LIB/README.TXT

10 lines
299 B
Text

Library naming convention.
nnnssctm.lib
Where:
nnn = ID (such as 'VQA') 3 characters
ss = Size field (32bit / 16bit) 2 characters
c = Compiler name (W = Watcom, B = Borland)
t = Compiler type (P = "C++", C = Standard "C")
m = Memory model (F = flat, T = TNT)