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