CnC_Red_Alert/WINVQ/LIB
2025-02-27 16:15:05 +00:00
..
README.TXT Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
SOSDBLC.LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
SOSDW1CR.LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
SOSDW1CS.LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
SOSDW1PR.LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
SOSDW1PS.LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
SOSMBLC.LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00

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)