mirror of
https://github.com/electronicarts/CnC_Red_Alert.git
synced 2025-12-15 15:11:39 -05:00
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
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)
|