Initial Commit
This commit is contained in:
9
bin/wdc02cc
Executable file
9
bin/wdc02cc
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
source wdc.cfg
|
||||
|
||||
export WINEPATH=${prefix}/libexec
|
||||
export WDC_INC_6502=`winepath -w ${prefix}/include`
|
||||
WINEDEBUG=fixme-all WINEFSYNC=1 wine ${prefix}/libexec/WDC02CC.exe $*
|
||||
echo $'\n'
|
||||
|
||||
Reference in New Issue
Block a user