Empowering Amiga(tm) Developers
Official AmigaONE X1000 Beta Test Member
Contributor to A1200.NET new Amiga 1200 Cases, and new Compatible Keycaps projects
New Amiga retailer serving the US and Canada
AOTL Donations
Donations
|
|
The AVD Template Project - Features
AVD Template File Structure
$HOME (Your Working directory)
|
+--AVD_Template
| |
| +--amigaos4
| | |
| | +--bin
| | | |
| | | +--avd_template (Resulting binary after "make install")
| | +--include
| | | |
| | | +--os_main.h
| | | +--os_types.h
| | +--lib
| | | (This is where you can place libs you need to link to)
| | +--make
| | | |
| | | +--Makefile
| | +--source
| | |
| | +--functions
| | | |
| | | +--os_allocobjs.c
| | | +--os_closelibs.c
| | | +--os_creategui.c
| | | +--os_displaygui.c
| | | +--os_freeobjs.c
| | | +--os_functions.h
| | | +--os_hidegui.c
| | | +--os_openlibs.c
| | | +--os_processevents.c
| | | +--os_returnallsigmasks.c
| | | +--os_returnlist.c
| | +--os_dispapp.c
| | +--os_initapp.c
| | +--os_initargs.c
| | +--os_init.c
| | +--os_main.c (Actual entry point for the C compiler)
| | +--os_outputstr.c
| | +--os_returnerr.c
| | +--os_usage.c
| +--common
| | |
| | +--avd_template.c (Virtual "main()")
| | +--avd_template.h
| | +--include
| | | |
| | | +--avd_ver.h
| | | +--common.h
| | +--source
| | |
| | +--dispapp.c
| | +--initapp.c
| | +--initargs.c
| | +--usage.c
| +--documents
| |
| +--html
| | (AVD Template Documentation - HTML Supporting files)
| +--index.html
| | (Starting page for AVD Template Docs)
| +--AVDTemplate.xml(Click here to view "as XML")
| (The source XML file created by AVD's GUI Builder,
| which was used to generate the ReAction
| GUI Interface for this project)
+--include
|
+--avd_types.h
+--debug.h
|