Explorar el Código

* disable SHAREDTARGETS

git-svn-id: branches/fixes_2_0@2492 -
peter hace 19 años
padre
commit
e7ce9e5ee3
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Makefile
  2. 1 1
      Makefile.fpc

+ 1 - 1
Makefile

@@ -286,7 +286,7 @@ ifdef SNAPSHOT
 ALLTARGET=all
 else
 ifndef ALLTARGET
-SHAREDTARGETS=linux freebsd
+SHAREDTARGETS=
 SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
 ifneq ($(findstring $(OS_TARGET),$(SHAREDTARGETS)),)
 ALLTARGET=shared

+ 1 - 1
Makefile.fpc

@@ -89,7 +89,7 @@ ifdef SNAPSHOT
 ALLTARGET=all
 else
 ifndef ALLTARGET
-SHAREDTARGETS=linux freebsd
+SHAREDTARGETS=
 SMARTTARGETS=win32 go32v2 linux freebsd netbsd openbsd netware netwlibc
 ifneq ($(findstring $(OS_TARGET),$(SHAREDTARGETS)),)
 ALLTARGET=shared