?? build.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 + -