Fossil SCM

Correct SRCDIR in Makefile.w32 for successful build

altufaltu 2009-08-29 19:02 trunk
Commit a0247159ea74c0fb24a06d3ce767b39468042baa
1 file changed +1 -1
+1 -1
--- Makefile.w32
+++ Makefile.w32
@@ -2,11 +2,11 @@
22
#
33
#### The toplevel directory of the source tree. Fossil can be built
44
# in a directory that is separate from the source tree. Just change
55
# the following to point from the build directory to the src/ folder.
66
#
7
-SRCDIR = ../src
7
+SRCDIR = ./src
88
99
#### C Compiler and options for use in building executables that
1010
# will run on the platform that is doing the build. This is used
1111
# to compile code-generator programs as part of the build process.
1212
# See TCC below for the C compiler for building the finished binary.
1313
--- Makefile.w32
+++ Makefile.w32
@@ -2,11 +2,11 @@
2 #
3 #### The toplevel directory of the source tree. Fossil can be built
4 # in a directory that is separate from the source tree. Just change
5 # the following to point from the build directory to the src/ folder.
6 #
7 SRCDIR = ../src
8
9 #### C Compiler and options for use in building executables that
10 # will run on the platform that is doing the build. This is used
11 # to compile code-generator programs as part of the build process.
12 # See TCC below for the C compiler for building the finished binary.
13
--- Makefile.w32
+++ Makefile.w32
@@ -2,11 +2,11 @@
2 #
3 #### The toplevel directory of the source tree. Fossil can be built
4 # in a directory that is separate from the source tree. Just change
5 # the following to point from the build directory to the src/ folder.
6 #
7 SRCDIR = ./src
8
9 #### C Compiler and options for use in building executables that
10 # will run on the platform that is doing the build. This is used
11 # to compile code-generator programs as part of the build process.
12 # See TCC below for the C compiler for building the finished binary.
13

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button