Changeset 148 for trunk/classes/res/en/makefile
- Timestamp:
- Jan 28, 2024, 11:17:52 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/res/en/makefile
r133 r148 10 10 INC = ../../inc 11 11 DEFS = 12 PROGS =13 14 12 OBJDIR = ../dll 15 13 16 OBJECTS = $(INC)\mmres.h mmres$(LANGUAGE).rc \14 OBJECTS = $(INC)\mmres.h mmres$(LANGUAGE).rc \ 17 15 audioplayer$(LANGUAGE).dlg audioplayer$(LANGUAGE).rc \ 18 16 audioconv$(LANGUAGE).dlg audioconv$(LANGUAGE).rc \ 19 17 volume$(LANGUAGE).rc volume$(LANGUAGE).dlg \ 20 18 imageconv$(LANGUAGE).dlg imageconv$(LANGUAGE).rc \ 21 cwaudio_en.rc cwaudio_en.dlg cwimage_en.rc cwvideo_en.rc \ 22 mmfind_en.dlg mmfind_en.rc 19 cwaudio$(LANGUAGE).rc cwaudio$(LANGUAGE).dlg \ 20 cwimage$(LANGUAGE).rc cwvideo$(LANGUAGE).rc \ 21 mmfind$(LANGUAGE).dlg mmfind$(LANGUAGE).rc 22 23 23 24 24 all: $(OBJDIR)/mmres$(LANGUAGE).dll 25 25 26 $(OBJDIR)/mmres$(LANGUAGE).dll: mmres$(LANGUAGE).c $(OBJECTS) mmres$(LANGUAGE).def27 # icc $(CPPFLAGS) -I$(INC) /Fo$(OBJDIR) $<mmres$(LANGUAGE).def28 icc $(CPPFLAGS) -I$(INC) /Fe$ @ $< mmres$(LANGUAGE).def26 $(OBJDIR)/mmres$(LANGUAGE).dll: mmres$(LANGUAGE).c $(OBJECTS) 27 cmd /C $(TOOLDIR)/create_def.cmd mmres$(LANGUAGE).def 28 icc $(CPPFLAGS) -I$(INC) /Fe$(OBJDIR)\$@ $< mmres$(LANGUAGE).def 29 29 rc -D $(ECS) -i $(INC) mmres$(LANGUAGE).rc $(OBJDIR)/mmres$(LANGUAGE).dll 30 # rc mmres$(LANGUAGE).res mmres$(LANGUAGE).dll 30 rc -r -D $(ECS) -i $(INC) mmres$(LANGUAGE).rc $(OBJDIR)/mmres$(LANGUAGE).res 31 31 32 #mmres$(LANGUAGE).res: mmres$(LANGUAGE).rc $(OBJECTS)33 # rc -D $(ECS) -i $(INC) -r mmres$(LANGUAGE).rc34 32 33 restest: 34 echo $(deftext)> test.def 35 35 36 36 … … 38 38 -rm $(OBJDIR)/*.obj 39 39 -rm $(OBJDIR)/*.dll 40 -rm $(OBJDIR)/*.res 40 41 -rm *.*~ 41 42 -rm *.flc 42 43 -rm *.RES 43 44 -rm *.obj 45 -rm *.def 44 46 45 47 46 48 47
Note:
See TracChangeset
for help on using the changeset viewer.