Source code

Revision control

Copy as Markdown

Other Tools

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
@template
def Library(name):
LIBRARY_NAME = name
Library("dummy")
USE_NASM = True
SOURCES += ["test1.S"]