Check-in [5a30fa45df]
Not logged in
Overview

SHA1 Hash:5a30fa45df78106e090d53c458fb2776e071dffa
Date: 2007-09-24 19:32:26
User: anonymous
Comment:Build from build directory
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified Makefile.w32 from [7035415b04] to [eaef66a4a3].

@@ -2,11 +2,11 @@
 #
 #### The toplevel directory of the source tree.  Fossil can be built
 #    in a directory that is separate from the source tree.  Just change
 #    the following to point from the build directory to the src/ folder.
 #
-SRCDIR = ./src
+SRCDIR = ../src
 
 #### C Compiler and options for use in building executables that
 #    will run on the platform that is doing the build.  This is used
 #    to compile code-generator programs as part of the build process.
 #    See TCC below for the C compiler for building the finished binary.