diff options
Diffstat (limited to 'qemu/roms/vgabios/tests/lfbprof/Makefile')
-rw-r--r-- | qemu/roms/vgabios/tests/lfbprof/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu/roms/vgabios/tests/lfbprof/Makefile b/qemu/roms/vgabios/tests/lfbprof/Makefile new file mode 100644 index 000000000..7c42e38b0 --- /dev/null +++ b/qemu/roms/vgabios/tests/lfbprof/Makefile @@ -0,0 +1,5 @@ +# Very simple makefile for LFBPROF.C using Watcom C++ 10.0a with DOS4GW + +lfbprof.exe: lfbprof.c lfbprof.h + wcl386 -zq -s -d2 lfbprof.c + |