Changeset 979 for trunk/server
- Timestamp:
- Sep 23, 2016, 11:19:25 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/build.cmd
r948 r979 95 95 * - always do a make all 96 96 * 97 * version 1.1.6 from 23.09.2016 Silvan 98 * - remove mmap, as integrated in libcx 99 * 97 100 */ 98 101 … … 105 108 106 109 /* init the version string (don't forget to change) */ 107 version = "1.1. 5"108 version_date = " 13.05.2016"110 version = "1.1.6" 111 version_date = "23.09.2016" 109 112 110 113 '@echo off' … … 364 367 call lineout scriptfile, "CXXFLAGS='-O2 -g -march=i686'"; 365 368 call lineout scriptfile, "export CXXFLAGS"; 366 call lineout scriptfile, "LDFLAGS=' 369 call lineout scriptfile, "LDFLAGS='-Zhigh-mem -Zomf -Zargs-wild -Zargs-resp'"; 367 370 call lineout scriptfile, "export LDFLAGS"; 368 call lineout scriptfile, "LIBS='-l mmap -lintl -llibcx0'";371 call lineout scriptfile, "LIBS='-lintl -llibcx'"; 369 372 call lineout scriptfile, "export LIBS"; 370 373 return
Note:
See TracChangeset
for help on using the changeset viewer.