First upload of the code.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
8
testvesa/makefile
Normal file
8
testvesa/makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
testvesa.exe : testvesa.obj vesa.obj
|
||||
wlink @make.inc
|
||||
|
||||
testvesa.obj : testvesa.c vesa.h
|
||||
wcc386 /we /4s /fp3 testvesa
|
||||
|
||||
vesa.obj : vesa.asm vesa.h
|
||||
tasm /mx /zn /os vesa
|
||||
Reference in New Issue
Block a user