Changeset 408
- Timestamp:
- Jul 29, 2006, 10:05:35 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r391 r408 12 12 # 28 Jun 06 SHL Add more .h dependencies 13 13 # 22 Jul 06 SHL Add more .h dependencies 14 # 29 Jul 06 SHL Reorganize icons 14 15 15 16 # Warning - may still be missing some *.h dependencies … … 144 145 $(CC) $(CFLAGSR) /C $(BASERES).c 145 146 146 $(BASERES).res: *.rc *.dlg fm3dll2.h fm3dlg.h icons\*.ico icons\*.ptr147 $(BASERES).res: *.rc *.dlg fm3dll2.h fm3dlg.h icons\*.ico ..\icons\*.ico icons\*.ptr 147 148 $(RC) -r $* 148 149 … … 177 178 implib $(BASERES).lib $(BASERES).def 178 179 179 $(BASERES).str: $(BASE).str fm3str.h version.h icons\*.ico180 $(BASERES).str: $(BASE).str fm3str.h version.h 180 181 internal\mkstr 181 182 copy $(BASERES).str .. /v
Note:
See TracChangeset
for help on using the changeset viewer.