abld命令

来源:互联网 发布:贵阳熊国玺知乎 编辑:程序博客网 时间:2024/06/06 02:48

Commands (case-insensitive):
  BUILD        Combines commands EXPORT,MAKEFILE,LIBRARY,RESOURCE
  CLEAN        Removes everything built with ABLD TARGET
  CLEANALL     Removes everything built with ABLD TARGET
  CLEANEXPORT  Removes files created by ABLD EXPORT
  EXPORT       Copies the exported files to their destinations
  FINAL        Allows extension makefiles to execute final comman
  FREEZE       Freezes exported functions in a .DEF file
  HELP         Displays commands, options or help about a particu
  LIBRARY      Creates import libraries from the frozen .DEF file
  LISTING      Creates assembler listing file for corresponding s
  MAKEFILE     Creates makefiles or IDE workspaces
  REALLYCLEAN  As CLEAN, but also removes exported files and make
  RESOURCE     Creates resource files, bitmaps and AIFs
  ROMFILE      generates an IBY file to include in a ROM
  TARGET       Creates the main executable and also the resources
  TIDY         Removes executables which need not be released

Options (case-insensitive) :
  -c or -check          check the releasables are present
  -k or -keepgoing      build unrelated targets on error
  -s or -savespace      delete intermediate files on success
  -v or -verbose        display tools calls as they happen
  -w or -what           list the releasables
  -r or -remove         allow FREEZE to remove exports
  -i thumb or -i arm    override for build ARMV5 platform options
  -cs or -checksource   checks source conformance to Symbian's filename policy
  -debug or -no_debug   enable/disable generation of symbolic debug information
for ARM ABI compliant platforms
  -fc or -logfc         enable function call logging