readme
来自「Ming is a library for generating Macrome」· 代码 · 共 21 行
TXT
21 行
This directory contains test files for the actionscript compiler.To add a new test: 0: let your test name be "Test" 1: write the test in Test.as 2: compile with 'makeswf -o Test.swf Test.as' 3: create a .ref with 'listswf Test.swf > Test.ref' 4: IMPORTANT: verify that the output is *correct* 5: add Test.as and Test.ref to CVS 6: add Test.as to the AS_TESTS variable in Makefile.am 7: add Test.ref to the EXTRA_DIST variable in Makefile.am 8: run ./autogen.sh && configure 9: run 'make check' to test the test :) 10: commit (Test.as Test.ref Makefile.am)--strk; Sun Jul 9 01:25:51 CEST 2006also take a look at:http://www.libming.org/moin.cgi/HowToAddNewInterface
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?