Check-in [a0247159ea]
Not logged in
Overview

SHA1 Hash:a0247159ea74c0fb24a06d3ce767b39468042baa
Date: 2009-08-29 19:02:40
User: altufaltu
Comment:Correct SRCDIR in Makefile.w32 for successful build
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified Makefile.w32 from [c6249fceb5] to [8092d93409].

@@ -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.