OSDN Git Service

Added.
authorsirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Wed, 30 Sep 2009 12:57:30 +0000 (12:57 +0000)
committersirakaba <sirakaba@9df91469-1e22-0410-86e7-ea8537beb833>
Wed, 30 Sep 2009 12:57:30 +0000 (12:57 +0000)
commit76ce62fd0e5547287122eb9317f63085282b5e95
treed3884026cc696b6911c3a00428fbe809ce3af6aa
Added.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/tpi/tpi@1 9df91469-1e22-0410-86e7-ea8537beb833
79 files changed:
bin/association-sample.reg [new file with mode: 0644]
bin/frontend.desktop [new file with mode: 0644]
bin/frontend.exe.manifest [new file with mode: 0644]
bin/lib/calLibrary.xml [new file with mode: 0644]
bin/lib/cuiWrapper.xml [new file with mode: 0644]
doc/files.html [new file with mode: 0644]
doc/history.html [new file with mode: 0644]
doc/license.txt [new file with mode: 0644]
doc/readme.html [new file with mode: 0644]
doc/style.css [new file with mode: 0644]
share/ico/16/add.png [new file with mode: 0644]
share/ico/16/close.png [new file with mode: 0644]
share/ico/16/create.png [new file with mode: 0644]
share/ico/16/delete.png [new file with mode: 0644]
share/ico/16/extract.png [new file with mode: 0644]
share/ico/16/open.png [new file with mode: 0644]
share/ico/16/repair.png [new file with mode: 0644]
share/ico/16/sfx.png [new file with mode: 0644]
share/ico/16/test.png [new file with mode: 0644]
share/ico/16/unsfx.png [new file with mode: 0644]
share/ico/24/add.png [new file with mode: 0644]
share/ico/24/close.png [new file with mode: 0644]
share/ico/24/create.png [new file with mode: 0644]
share/ico/24/delete.png [new file with mode: 0644]
share/ico/24/extract.png [new file with mode: 0644]
share/ico/24/open.png [new file with mode: 0644]
share/ico/24/repair.png [new file with mode: 0644]
share/ico/24/sfx.png [new file with mode: 0644]
share/ico/24/test.png [new file with mode: 0644]
share/ico/24/unsfx.png [new file with mode: 0644]
share/ico/app.png [new file with mode: 0644]
share/ico/archive.ico [new file with mode: 0644]
share/ico/archive.png [new file with mode: 0644]
share/ico/exe.png [new file with mode: 0644]
share/ico/file.png [new file with mode: 0644]
share/ico/folder_closed.png [new file with mode: 0644]
share/ico/folder_open.png [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/common/handle/TPIHandle.cpp [new file with mode: 0644]
src/common/handle/TPIHandle.h [new file with mode: 0644]
src/common/header/Doxyfile [new file with mode: 0644]
src/common/header/Makefile [new file with mode: 0644]
src/common/header/plugin-extra.h [new file with mode: 0644]
src/common/header/plugin.def [new file with mode: 0644]
src/common/header/plugin.h [new file with mode: 0644]
src/common/library/library.cpp [new file with mode: 0644]
src/common/library/library.h [new file with mode: 0644]
src/frontend/Makefile [new file with mode: 0644]
src/frontend/cls_filedroptarget.cpp [new file with mode: 0644]
src/frontend/cls_filedroptarget.h [new file with mode: 0644]
src/frontend/cls_listctrl.cpp [new file with mode: 0644]
src/frontend/cls_listctrl.h [new file with mode: 0644]
src/frontend/dlg_make.cpp [new file with mode: 0644]
src/frontend/dlg_make.h [new file with mode: 0644]
src/frontend/dlg_process.cpp [new file with mode: 0644]
src/frontend/dlg_process.h [new file with mode: 0644]
src/frontend/frm_main.cpp [new file with mode: 0644]
src/frontend/frm_main.h [new file with mode: 0644]
src/frontend/frontend.cpp [new file with mode: 0644]
src/frontend/frontend.h [new file with mode: 0644]
src/frontend/frontend.vcproj [new file with mode: 0644]
src/frontend/functions.cpp [new file with mode: 0644]
src/frontend/functions.h [new file with mode: 0644]
src/frontend/ui/dlg_make.fbp [new file with mode: 0644]
src/frontend/ui/dlg_process.fbp [new file with mode: 0644]
src/frontend/ui/frm_main.fbp [new file with mode: 0644]
src/plugin/calLibrary/Makefile [new file with mode: 0644]
src/plugin/calLibrary/calLibrary.cpp [new file with mode: 0644]
src/plugin/calLibrary/calLibrary.h [new file with mode: 0644]
src/plugin/calLibrary/calLibrary.vcproj [new file with mode: 0644]
src/plugin/cuiWrapper/Makefile [new file with mode: 0644]
src/plugin/cuiWrapper/cuiWrapper.cpp [new file with mode: 0644]
src/plugin/cuiWrapper/cuiWrapper.h [new file with mode: 0644]
src/plugin/cuiWrapper/cuiWrapper.vcproj [new file with mode: 0644]
src/plugin/spiLibrary/Makefile [new file with mode: 0644]
src/plugin/spiLibrary/spiLibrary.cpp [new file with mode: 0644]
src/plugin/spiLibrary/spiLibrary.h [new file with mode: 0644]
src/plugin/spiLibrary/spiLibrary.vcproj [new file with mode: 0644]
src/tpi.sln [new file with mode: 0644]