mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
* fixed fpcdir setting
git-svn-id: trunk@29312 -
This commit is contained in:
parent
5851e13bf5
commit
72642042e4
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@ fpcpackage=y
|
||||
[default]
|
||||
cpu=arm
|
||||
target=nds
|
||||
fpcdir=
|
||||
fpcdir=../../../../../..
|
||||
|
||||
[compiler]
|
||||
options=-g -Xm
|
||||
@ -90,4 +90,4 @@ $(BIN_FILES): $(wildcard %.*)
|
||||
@echo " " `(echo $(@F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size": cuint32; cvar; external;" >> `(echo "inc/"$(@F) | tr . .)`.inc
|
||||
@echo 'Assembling $(@).s file...'
|
||||
@$(AS) -o $(BUILD)/$(@).o $(BUILD)/$(@).s
|
||||
@echo 'Done!'
|
||||
@echo 'Done!'
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -17,7 +17,7 @@ fpcpackage=y
|
||||
[default]
|
||||
cpu=arm
|
||||
target=nds
|
||||
fpcdir=
|
||||
fpcdir=../../../../../..
|
||||
|
||||
[compiler]
|
||||
options=-g -Xm
|
||||
@ -92,4 +92,4 @@ $(BIN_FILES): $(wildcard %.*)
|
||||
@echo " " `(echo $(@F) | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`_size": cuint32; cvar; external;" >> `(echo "$(INC)/"$(@F) | tr . .)`.inc
|
||||
@echo 'Assembling $(@).s file...'
|
||||
@$(AS) -o $(BUILD)/$(@).o $(BUILD)/$(@).s
|
||||
@echo 'Done!'
|
||||
@echo 'Done!'
|
||||
|
Loading…
Reference in New Issue
Block a user