Changeset 4230 for trunk/nt

Show
Ignore:
Timestamp:
2008年04月06日 21時30分30秒 (5 months ago)
Author:
fujii
Message:

Scrollbars follow the system theme on Windows XP and later.

meadow.manifest: New file.
meadow.rc: Add manifest to resources.

makefile.mw32-in ($(TRES)): Prerequisites are changed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/ChangeLog.Meadow

    r4221 r4230  
     12008-04-06  Masayuki FUJII  <boochang@m4.kcn.ne.jp> 
     2 
     3        * meadow.manifest: New file. 
     4 
     5        * meadow.rc: Add manifest to resources. 
     6 
    172008-04-04  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    28 
  • trunk/nt/meadow.rc

    r2823 r4230  
    2020#ifdef __GNUC__ 
    2121MEADOW                  ICON    DISCARDABLE     "meadow.ico" 
     221 24 "meadow.manifest" 
    2223#else 
    2324#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN) 
     
    3536// remains consistent on all systems. 
    3637MEADOW                  ICON    DISCARDABLE     "meadow.ico" 
     381 24 "meadow.manifest" 
    3739 
    3840#ifdef APSTUDIO_INVOKED