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

📄 build.cpl

📁 linux下压缩工具:gzip-1.2.4
💻 CPL
字号:
/* Gzip build file for Primos./* author: Peter Eriksson, pen@lysator.liu.se/*typetype 'Building GZIP for PRIMOS - Please Wait...'type&if ^ [exists *>PRIMOS>OBJ -dir] &then &do      type 'Creating *>PRIMOS>OBJ directory...'      type      create *>PRIMOS>OBJ   &endtype 'Compiling...&set_var unit := 0/*&set_var cdefines  :=  -debugcomo *>primos>compile.como&do file &items [wild *>@@.c -single unit]  &set_var filebase := [before %file% .]  &if ^  [exists *>primos>obj>%filebase%.bin] &then &do  type 'Compiling "'%file%'"...'  ci *>%file% -binary *>primos>obj>=.bin %cdefines% -optionsfile *>primos>ci.opts  &end&endclose -unit %unit%&set_var unit := 0&do file &items [wild *>primos>@@.c -single unit]  &set_var filebase := [before %file% .]  &if ^  [exists *>primos>obj>%filebase%.bin] &then &do  type 'Compiling "'%file%'"...'  ci *>primos>%file% -binary *>primos>obj>=.bin %cdefines% -optionsfile *>primos>ci.opts  &end&endcomo -endtypetypetype 'Binding...'&set_var unit := 0&data bind  li ccmain  load *>primos>obj>gzip  load *>primos>obj>bits  load *>primos>obj>crypt  load *>primos>obj>deflate  load *>primos>obj>getopt  load *>primos>obj>inflate  load *>primos>obj>lzw  load *>primos>obj>makecrc  load *>primos>obj>primos  load *>primos>obj>trees  load *>primos>obj>unlzw  load *>primos>obj>unpack  load *>primos>obj>unlzh  load *>primos>obj>unzip  load *>primos>obj>util  load *>primos>obj>zip  li c_lib  li  dynt -all  nwc  nitr  ntw  compress  file *>primos>gzip.run&endtypetypetype 'All done. (Hopefully). The executable should be in *>PRIMOS>GZIP.RUN'&return

⌨️ 快捷键说明

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