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 /Jamfile | |
parent | 98a12532a6df4cf6f13d109e93e3e236bf3489a4 (diff) | |
download | mupdf-dfc2300866efe3c4e313de84f0aea5250b890236.tar.xz |
Revamp build system to compile in windows under both MSVC and MinGW.
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 ; |