~ubuntu-branches/ubuntu/wily/qemu-kvm-spice/wily

« back to all changes in this revision

Viewing changes to kvm/vgabios/tests/lfbprof/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2011-10-19 10:44:56 UTC
  • Revision ID: james.westby@ubuntu.com-20111019104456-xgvskumk3sxi97f4
Tags: upstream-0.15.0+noroms
ImportĀ upstreamĀ versionĀ 0.15.0+noroms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Very simple makefile for LFBPROF.C using Watcom C++ 10.0a with DOS4GW
 
2
 
 
3
lfbprof.exe: lfbprof.c lfbprof.h
 
4
    wcl386 -zq -s -d2 lfbprof.c
 
5