Changeset 3557

Show
Ignore:
Timestamp:
11/28/04 01:18:42 (4 years ago)
Author:
kit
Message:

* makefile.nt (SRC): remove INCLUDE from RC.

* makefile.meadow.w32-in (SRC): Ditto.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/lib-src/ChangeLog.Meadow

    r3332 r3557  
     12004-11-28  Shuichi KITAGUCHI  <kit@meadowy.org> 
     2 
     3        * makefile.nt (SRC): remove INCLUDE from RC. 
     4 
     5        * makefile.meadow.w32-in (SRC): Ditto. 
     6 
    172004-07-07  KOSEKI Yoshinori  <kose@meadowy.org> 
    28 
  • branches/2.1/lib-src/makefile.meadow.w32-in

    r3203 r3557  
    510510$(BLD)\progdlg.res: \ 
    511511        $(SRC)\progdlg.rc 
    512         $(RC) /i"$(INCLUDE)" /fo$(BLD)\progdlg.res $(SRC)\progdlg.rc 
     512        $(RC) /fo$(BLD)\progdlg.res $(SRC)\progdlg.rc 
    513513 
    514514$(BLD)\md5.obj : \ 
  • branches/2.1/lib-src/makefile.nt

    r3203 r3557  
    502502$(BLD)\progdlg.res: \ 
    503503        $(SRC)\progdlg.rc 
    504         $(RC) /i"$(INCLUDE)" /fo$(BLD)\progdlg.res $(SRC)\progdlg.rc 
     504        $(RC) /fo$(BLD)\progdlg.res $(SRC)\progdlg.rc 
    505505 
    506506$(BLD)\ntlib.obj : \