git » fp-git.git » commit 43328f3

Fixed absolute paths

author ecalot
2004-08-29 15:25:50 UTC
committer ecalot
2004-08-29 15:25:50 UTC
parent 8c3499cc8308d6583401ee4f465fa7b04cf29ed9

Fixed absolute paths

FP/src/makefile.lcc +1 -1

diff --git a/FP/src/makefile.lcc b/FP/src/makefile.lcc
index 0255024..d327a5d 100644
--- a/FP/src/makefile.lcc
+++ b/FP/src/makefile.lcc
@@ -20,7 +20,7 @@ OS    = Win32
 ####################
 
 #Libraries: include path and linked libs
-INCLUDE       = -Iinclude -IC:\windows\Escritorio\sdl\SDL-1.2.7 -IC:\windows\Escritorio\sdl\SDL-1.2.7\sdl -Iports\include
+INCLUDE       = -Iinclude -Iports\include -Iports\include\sdl
 LIBS          = SDL.lib
 
 #Defines