SDK Documentation
Confidential & Proprietary
to VM Labs Inc.

Copyright © 1997-2001
VM Labs, Inc.
All Rights Reserved

 

February 23, 2001


NUON SDK Sample Code Overview

Samples, By Category

Notes About Sample MAKEFILEs


Samples By Category

Please select a category from the table for more details on individual samples:

M3DL Graphics Library Game Controllers Audio Samples
MML3D Graphics Library
mGL Graphics Library BIOS Functions
MML2D Graphics Library Media Access Samples
Outline Text Samples File Server Samples Debugger Usage Examples
Miscellaneous Samples Diagnostic Sample Programs
Video Samples
JPEG Image Decompression Library
Movie Playback Samples

Notes About Sample MAKEFILEs

All of the samples have been revised so that the MAKEFILE for each one now follows a consistent style and format.  While there are still necessary differences from one sample to another, there should now be a much greater level of overall consistency.

One of the most significant changes to the MAKEFILEs is that they now use a special include file named NUON_BUILD_TOOLS.MK.  This file is located in the VMLABS\UTIL directory and contains macro definitions and build rules that are required by virtually all NUON software projects.

Since this information does not change from one sample to another, we thought it would make everything more easy to maintain if we placed it into an include file rather than repeating it dozens of times.

The NUON_BUILD_TOOLS.MK file is used by all of the samples, but you do not have to use it for your own projects.  But if you do use it, please be aware that the contents may change in future releases of the SDK.