⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pc.prj

📁 lzo-1.08-src.zip 高效的压缩解压代码
💻 PRJ
字号:
;
;  pc.prj -- project file for Pure C 1.0 (Sep 20 1991)
;

; name of executable program
ltest.ttp


; ----- compiler options -----
;; .C[-DSIZEOF_SIZE_T=4]
;; .C[-DLZO_BYTE_ORDER=4321]
;; .C[-DLZO_NO_SYS_TYPES_H]
;; .C[-DLZO_DEBUG]

.C[-P]          ; use absolute calls
.C[-Iinclude]
.C[-W -W-rch]
.C[-L48]        ; maximum identifier length
;; .C[-G]          ; size optimization
;; .C[-Y]          ; add debug information

; ----- linker options -----
.L[-S=8192]     ; stacksize
;; .L[-Y]          ; add debug information
;; .L[-G]          ; add global symbols
;; .L[-L]          ; add local symbols

; ----- assembler options -----
;; .S[-Y]          ; add debug information


=           ; list of modules follows...

PCXSTART.O      ; startup code

ltest\ltest.c

pclib.prj

PCFLTLIB.LIB       ; floating point library
PCSTDLIB.LIB       ; standard library

; PCEXTLIB.LIB       ; extended library
; PCBGILIB.LIB       ; BGI library
; PCTOSLIB.LIB       ; TOS library
; PCGEMLIB.LIB       ; AES and VDI library

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -