Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 5933:c1e8f3294298 cygwin
revert timeval comment, backed out change to winsock.h and just lots of warnings???
Also updated config.inc.samp to reflect a way to work around lack of windows-runnable hg
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 10 Dec 2015 17:55:59 +0000 |
parents | f5dfcf2323bc |
children |
comparison
equal
deleted
inserted
replaced
5932:d2c2d83dbb52 | 5933:c1e8f3294298 |
---|---|
73 !endif | 73 !endif |
74 | 74 |
75 !if [copy $(SRCROOT)\version.sh.in $(SRCROOT)\version.sh] | 75 !if [copy $(SRCROOT)\version.sh.in $(SRCROOT)\version.sh] |
76 !endif | 76 !endif |
77 !if exist($(SRCROOT)\.hg) | 77 !if exist($(SRCROOT)\.hg) |
78 !if [hg identify >> $(SRCROOT)\version.sh] | 78 !if [$(HG) id -i >> $(SRCROOT)\version.sh] |
79 !endif | 79 !endif |
80 !endif | 80 !endif |
81 | 81 |
82 # Program name and version | 82 # Program name and version |
83 !include "$(SRCROOT)\version.sh" | 83 !include "$(SRCROOT)\version.sh" |