summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2008-09-03 19:12:00 +0200
committerTor Andersson <tor@ghostscript.com>2008-09-03 19:12:00 +0200
commitdfc2300866efe3c4e313de84f0aea5250b890236 (patch)
tree1c55f866d1200c6d6400e5fd96cddf7c24bbb21f /Jamfile
parent98a12532a6df4cf6f13d109e93e3e236bf3489a4 (diff)
downloadmupdf-dfc2300866efe3c4e313de84f0aea5250b890236.tar.xz
Revamp build system to compile in windows under both MSVC and MinGW.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Jamfile b/Jamfile
index 95dbd238..01c536ab 100644
--- a/Jamfile
+++ b/Jamfile
@@ -5,15 +5,10 @@
#
# http://public.perforce.com/public/jam/src/Jam.html
#
-# Set environment variable BUILD to one of: debug release profile
-#
-# jam -sBUILD=release
-#
SubDir TOP ;
-InstallFile $(BINDIR) : PUBLIC ;
-InstallFile $(BINDIR) : CHANGES ;
+Main hexdump : hexdump.c ;
SubInclude TOP base ;
SubInclude TOP stream ;