diff options
author | Tor Andersson <tor@ghostscript.com> | 2008-09-03 19:12:00 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2008-09-03 19:12:00 +0200 |
commit | dfc2300866efe3c4e313de84f0aea5250b890236 (patch) | |
tree | 1c55f866d1200c6d6400e5fd96cddf7c24bbb21f /base | |
parent | 98a12532a6df4cf6f13d109e93e3e236bf3489a4 (diff) | |
download | mupdf-dfc2300866efe3c4e313de84f0aea5250b890236.tar.xz |
Revamp build system to compile in windows under both MSVC and MinGW.
Diffstat (limited to 'base')
-rw-r--r-- | base/Jamfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Jamfile b/base/Jamfile index 91bde812..95470425 100644 --- a/base/Jamfile +++ b/base/Jamfile @@ -15,4 +15,5 @@ if $(NEED_GETOPT) = yes { Library libbase : util_getopt.c ; } if $(NEED_STRLCAT) = yes { Library libbase : util_strlcat.c ; } if $(NEED_STRLCPY) = yes { Library libbase : util_strlcpy.c ; } if $(NEED_STRSEP) = yes { Library libbase : util_strsep.c ; } +if $(NEED_GETTIMEOFDAY) = yes { Library libbase : util_gettimeofday.c ; } |