compile.sh to use -D option for iscc.exe to specify the target architecture.
This commit is contained in:
parent
7d8a5f67bb
commit
58dfe9cbae
2 changed files with 4 additions and 3 deletions
|
|
@ -6,8 +6,7 @@
|
|||
;
|
||||
; Should we change this to Tux4Kids? -bjk 2011.06.15
|
||||
|
||||
; Fixme: /D option for iscc.exe seems to work only on windows command prompt.
|
||||
; You should manually edit the following lines to specify the build target
|
||||
; Edit the following lines or use -D (or /D) option for iscc.exe to specify the build target.
|
||||
#ifndef BuildTarget
|
||||
;#define BuildTarget "i686"
|
||||
#define BuildTarget "x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue