A sandbox system to automate the building of the source tree and
reporting differences in compiler output with the output of the previous build.
This commit is contained in:
parent
8ed9644253
commit
4a4923f951
26 changed files with 476 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: empserver/build.conf
|
||||
--- empserver/build.conf Thu Feb 12 17:50:48 2004
|
||||
+++ empserver/build.conf Sat Mar 6 15:36:39 2004
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
# Please enter the linker you are using (full path is allowed):
|
||||
# (For NT builds using MSVC, using "LD = ld" works fine.)
|
||||
-LD = ld
|
||||
+LD = gcc
|
||||
|
||||
# Please enter the maximum number of countries you want:
|
||||
MAXNOC = 99
|
Loading…
Add table
Add a link
Reference in a new issue