summaryrefslogtreecommitdiff
path: root/base/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/Jamfile')
-rw-r--r--base/Jamfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/base/Jamfile b/base/Jamfile
deleted file mode 100644
index 0b9e1239..00000000
--- a/base/Jamfile
+++ /dev/null
@@ -1,23 +0,0 @@
-SubDir TOP base ;
-
-Library libbase :
- base_cpudep.c
- base_error.c
- base_hash.c
- base_matrix.c
- base_memory.c
- base_rect.c
- base_rune.c
- base_cleanname.c
- ;
-
-if $(NEED_STRLCPY) { Library libbase : util_strlcpy.c ; }
-if $(NEED_STRSEP) { Library libbase : util_strsep.c ; }
-if $(NEED_GETOPT) { Library libbase : util_getopt.c ; }
-
-# MSVC does not have gettimeofday()
-if $(OS) = NT
-{
- Library libbase : util_gettimeofday.c ;
-}
-