Browse Source

* fixed fpcdir setting

git-svn-id: trunk@29312 -
Jonas Maebe 10 years ago
parent
commit
72642042e4

File diff suppressed because it is too large
+ 1025 - 85
packages/libndsfpc/examples/graphics/Effects/windows/Makefile


+ 2 - 2
packages/libndsfpc/examples/graphics/Effects/windows/Makefile.fpc

@@ -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
+ 1027 - 87
packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile


+ 2 - 2
packages/libndsfpc/examples/graphics/Ext_Palettes/backgrounds/Makefile.fpc

@@ -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!'

Some files were not shown because too many files changed in this diff