Changeset 4232
- Timestamp:
- 04/07/08 07:32:33 (6 months ago)
- Files:
-
- branches/4.00-dev/nt/ChangeLog.Meadow (modified) (1 diff)
- branches/4.00-dev/nt/meadow.manifest (copied) (copied from trunk/nt/meadow.manifest)
- branches/4.00-dev/nt/meadow.rc (modified) (2 diffs)
- branches/4.00-dev/src/ChangeLog.Meadow (modified) (1 diff)
- branches/4.00-dev/src/alloc.c (modified) (1 diff)
- branches/4.00-dev/src/makefile.mw32-in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/4.00-dev/nt/ChangeLog.Meadow
r4227 r4232 3 3 * makefile.mw32-in (clean-other-dirs-nmake): Sync up with Emacs 4 4 CVS HEAD. 5 6 2008-04-06 Masayuki FUJII <boochang@m4.kcn.ne.jp> 7 8 * meadow.manifest: New file. 9 10 * meadow.rc: Add manifest to resources. 5 11 6 12 2008-04-06 MIYOSHI Masanori <miyoshi@meadowy.org> branches/4.00-dev/nt/meadow.rc
r2823 r4232 20 20 #ifdef __GNUC__ 21 21 MEADOW ICON DISCARDABLE "meadow.ico" 22 1 24 "meadow.manifest" 22 23 #else 23 24 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN) … … 35 36 // remains consistent on all systems. 36 37 MEADOW ICON DISCARDABLE "meadow.ico" 38 1 24 "meadow.manifest" 37 39 38 40 #ifdef APSTUDIO_INVOKED branches/4.00-dev/src/ChangeLog.Meadow
r4231 r4232 2 2 3 3 * Sync up with Emacs CVS HEAD. 4 5 2008-04-06 Masayuki FUJII <boochang@m4.kcn.ne.jp> 6 7 * makefile.mw32-in ($(TRES)): Prerequisites are changed. 8 9 2008-04-06 MIYOSHI Masanori <miyoshi@meadowy.org> 10 11 * alloc.c (NSTATICS): Increased for the latest ImageMagick. 4 12 5 13 2008-04-06 MIYOSHI Masanori <miyoshi@meadowy.org> branches/4.00-dev/src/alloc.c
r4220 r4232 505 505 506 506 #ifdef MEADOW 507 #define NSTATICS 1 440507 #define NSTATICS 1540 508 508 #else 509 509 #define NSTATICS 1280 branches/4.00-dev/src/makefile.mw32-in
r4228 r4232 247 247 # it is not necessary on later versions, it is still ok to use it. 248 248 # 249 $(TRES): ../nt/meadow.rc 250 $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)249 $(TRES): ../nt/meadow.rc stamp_BLD 250 $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/meadow.rc 251 251 252 252 #
