Mercurial > hg > xemacs-beta
comparison nt/config.inc.samp @ 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 | 2b2f37e84792 |
children |
comparison
equal
deleted
inserted
replaced
5932:d2c2d83dbb52 | 5933:c1e8f3294298 |
---|---|
173 # attempt to use its built-in, much slower texinfo support when building | 173 # attempt to use its built-in, much slower texinfo support when building |
174 # info files.) If you are building XEmacs yourself, you probably have | 174 # info files.) If you are building XEmacs yourself, you probably have |
175 # Cygwin sitting around already. If not, you should. Cygwin provides a | 175 # Cygwin sitting around already. If not, you should. Cygwin provides a |
176 # `makeinfo.exe' in /usr/bin/makeinfo (/usr/bin is virtual, it's /bin in | 176 # `makeinfo.exe' in /usr/bin/makeinfo (/usr/bin is virtual, it's /bin in |
177 # the actual file system). | 177 # the actual file system). |
178 MAKEINFO=c:\cygwin\bin\makeinfo.exe | 178 # MAKEINFO=c:\[cygwin]\bin\makeinfo |
179 | |
180 # Set this to specify the location of a Windows-compatible hg. | |
181 # The default will not include any hg version info in the emacs-version string | |
182 # You can use $(MAKEDIR)\hg.bat if you have cygwin versions of python2.7 and hg, | |
183 # for other versions edit hg.bat | |
184 HG=hg | |
179 | 185 |
180 # Set this to enable debug code in XEmacs that doesn't slow things down, | 186 # Set this to enable debug code in XEmacs that doesn't slow things down, |
181 # and to add debugging information to the executable. (The code that's | 187 # and to add debugging information to the executable. (The code that's |
182 # enabled in XEmacs is primarily extra commands that aid in debugging | 188 # enabled in XEmacs is primarily extra commands that aid in debugging |
183 # problems. The kind of debugging code that slows things down -- | 189 # problems. The kind of debugging code that slows things down -- |