diff options
author | Daniel Colascione <dancol@dancol.org> | 2012-12-09 23:11:21 -0800 |
---|---|---|
committer | Daniel Colascione <dancol@dancol.org> | 2012-12-09 23:11:21 -0800 |
commit | 1cf1bbd51e91f02a1d3fabb4f7ea4b1322c4259c (patch) | |
tree | 6a1f7358551d0ce22522ba9dbf816a75a0321bec /nt | |
parent | f433306af510e86a614e9f9f082b6d2d5f56a968 (diff) | |
download | emacs-1cf1bbd51e91f02a1d3fabb4f7ea4b1322c4259c.tar.gz |
Compile Windows resources into cygw32 Emacs
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 6 | ||||
-rw-r--r-- | nt/emacs.rc | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 20789c75ec3..a70e6c08453 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,9 @@ +2012-12-10 Daniel Colascione <dancol@dancol.org> + + * emacs.rc: Use forward slashes in relative paths in order to + avoid complaints from Cygwin. (Forward slashes work perfectly + well in the NT build.) + 2012-11-24 Paul Eggert <eggert@cs.ucla.edu> Revert recent change for Bug#8855; see ../src/ChangeLog. diff --git a/nt/emacs.rc b/nt/emacs.rc index cc93da0ffd2..1653dfd1391 100644 --- a/nt/emacs.rc +++ b/nt/emacs.rc @@ -1,5 +1,5 @@ -Emacs ICON icons\emacs.ico -32649 CURSOR icons\hand.cur +Emacs ICON icons/emacs.ico +32649 CURSOR icons/hand.cur #ifdef WIN64 1 24 "emacs-x64.manifest" #else |