Commit Graph

34 Commits

Author SHA1 Message Date
Basile Burg 2650bb38ff binaries miss the exe suffix when building with the bat 2018-10-07 15:39:32 +02:00
Basile Burg c46003cf45 Allow to build using the bat file and GDC or LDC2 2018-09-23 04:36:53 +02:00
Basile Burg 2e45bc204e fix #502 - build.bat broken for client compilation 2018-07-04 05:47:40 +02:00
Sebastian Wilzbach 5138d04e5d Improve automatic version generation - fix #497 2018-06-25 17:41:17 +02:00
Sebastian Wilzbach 444218dbec Build win64 binaries 2018-04-29 20:51:20 +02:00
Basile Burg d954f2b452 fix the bat - stdx file scanner already fully recursive 2018-02-11 19:52:39 +01:00
Sebastian Wilzbach b45c78a592 Add stdx-allocator to build.bat 2018-02-11 16:41:51 +01:00
Laurent Tréguier ad9c08c6b0 Move everything under package `dcd` (#417)
Move everything under package `dcd`
merged-on-behalf-of: Richard Andrew Cattermole <alphaglosined@gmail.com>
2017-11-02 11:03:56 +01:00
Sebastian Wilzbach 15dde026f8 Enable testing on Windows with AppVeyor 2017-06-10 18:17:42 +02:00
Basile Burg 8b728518f3 update build.bat 2017-04-20 05:46:45 +02:00
Basile Burg 44336778cd fix build.bat - broken since msgpack splitted in sub modules 2016-03-29 02:21:38 +02:00
Alan Yuelkenbeck 33aaa08ea4 Update build.bat 2016-01-23 10:38:56 -06:00
Basile Burg 78ef84a687 Update build.bat 2015-08-12 12:10:31 +02:00
Mitchell-Riley b26aa28941 Windows exe names are now uniform with unix names 2015-08-09 13:02:11 -04:00
Basile Burg 1f1a9cee28 rewrite for 0.7 2015-08-08 07:12:27 +02:00
Hackerpilot b26e4bc22b dsymbol reorganization 2015-05-26 00:01:06 -07:00
Basile Burg 65ee60215f added missing storage_type module to build.bat 2014-10-12 19:26:06 +02:00
Cliff Hudson 4da2c0ece0 Update build.bat to use dcd_version.d
The src/dcd_version.d file is missing from build.bat, breaking Windows
client and server builds.
2014-10-09 11:51:24 -07:00
Hackerpilot d7e9bab5e8 Project cleanup 2014-08-22 15:30:00 -07:00
Germán L. Osella Massa d631d81947 Update build.bat to be in sync with build.sh
WARNING: dcd-server fails to build using both -O and -inline with message
"Internal error: backend\cgcod.c 1594" using DMD 2.066-b6 (same thing with
DMD 2.065).

Removing -O or -inline solve the problem.
2014-07-31 11:46:21 -03:00
Hackerpilot ff2694fc4d Revert "Revert "Revert "Don't pop up a command window on Windows"""
This reverts commit 6458d65bba811afa7d21b285b3a127682d4a4e6f.
2014-07-30 08:39:10 -07:00
Hackerpilot 430586501d Revert "Revert "Don't pop up a command window on Windows""
This reverts commit 40981700cd5b05d8bacfc170a72f39f28525a283.
2014-07-30 08:39:10 -07:00
Hackerpilot 9fa89934ab Revert "Don't pop up a command window on Windows"
This reverts commit 0ff231bc39.
2014-07-30 08:39:10 -07:00
Hackerpilot 0ff231bc39 Don't pop up a command window on Windows 2014-06-03 02:43:32 -07:00
Hackerpilot 29c79f0115 Update windows build script 2014-05-23 13:16:16 -07:00
Hackerpilot ae91019ab4 Use string interning for a very nice speed boost 2014-05-18 01:59:02 -07:00
Hackerpilot 48981fbfaa Fix Windows build 2014-05-09 01:57:43 -07:00
Hackerpilot 970310702d Switch over to allocators from GC, dropping the memory usage by 70% 2014-05-09 00:35:35 -07:00
Hackerpilot d3fc3c6e29 Almost forgot about Windows 2014-03-04 23:54:59 -08:00
Hackerpilot 225b10a528 Doc and build script updates 2014-01-20 04:32:06 -08:00
Hackerpilot 48bd1bf9d5 Converted DCD to the new DScanner 2014-01-14 01:02:02 +00:00
Hackerpilot 5cba44be86 Windows! 2013-11-06 19:08:57 -08:00
Hackerpilot b28590234d Don't rely on unimplement toString, use Formatter instead 2013-09-03 13:56:57 -07:00
Hackerpilot 8cc0f2546d Issue #8
Fixed configuration file parsing: byLine requires that the file be
opened in text mode to properly handle CRLF line endings. Added build
batch file.
2013-09-01 02:23:01 -07:00