Changeset 53 for trunk/classes
- Timestamp:
- May 7, 2023, 10:36:01 PM (2 years ago)
- Location:
- trunk/classes
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/MMPlayer/makefile
r4 r53 17 17 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd mmplayer.def 18 18 #Use this command to link dynamicaly 19 $(CC) $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) -l os2memmplayer.def19 $(CC) $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) -lmmpm2.lib mmplayer.def 20 20 rc mmplayer.rc mmplayer.exe 21 21 -
trunk/classes/mm-progs/_pmtst/makefile
r2 r53 31 31 cd ./Res/049 && make 32 32 # icc $(ICCFLAGS) -I$(INC) volume.c MMPM2.lib volume.def 33 gcc $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) -Zmtd -l os2mevolume.def33 gcc $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) -Zmtd -lmmpm2.lib volume.def 34 34 rc ./Res/049/volume049.res volume.exe 35 35 -
trunk/classes/mm-progs/audioconverter/makefile
r4 r53 16 16 audconv.exe: audconv.c $(OBJECTS) makefile def.tpl 17 17 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd audconv.def 18 $(CC) $(CPPFLAGS) -I$(INC) audconv.c $(OBJECTS) -l os2meaudconv.def18 $(CC) $(CPPFLAGS) -I$(INC) audconv.c $(OBJECTS) -lmmpm2.lib audconv.def 19 19 20 20 -
trunk/classes/mm-progs/imageconverter/makefile
r4 r53 15 15 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd imgconv.def 16 16 #Use this command to link dynamicaly 17 $(CC) $(CPPFLAGS) -I$(INC) imgconv.c $(OBJECTS) -l os2meimgconv.def17 $(CC) $(CPPFLAGS) -I$(INC) imgconv.c $(OBJECTS) -lmmpm2.lib imgconv.def 18 18 19 19 clean: -
trunk/classes/mm-progs/master_volume/makefile
r4 r53 17 17 volume.exe: volume.c $(OBJECTS) makefile def.tpl 18 18 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd volume.def 19 $(CC) $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) -Zmt -l os2mevolume.def19 $(CC) $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) -Zmt -lmmpm2.lib volume.def 20 20 rc -I $(INC) volume.rc volume.exe 21 21 -
trunk/classes/mm-progs/mmfind/makefile
r4 r53 20 20 #Use this command to link dynamicaly 21 21 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd mmfind.def 22 gcc $(CPPFLAGS) -I$(INC) mmfind.c $(LIBOBJECTS) $(OBJECTS) -l os2memmfind.def22 gcc $(CPPFLAGS) -I$(INC) mmfind.c $(LIBOBJECTS) $(OBJECTS) -lmmpm2.lib mmfind.def 23 23 rc mmfind.rc mmfind.exe 24 24 -
trunk/classes/mm-progs/mmprog.inc
r4 r53 2 2 3 3 CC = gcc 4 CPPFLAGS = -O -Wall -Zomf -Zmt - Zsys -s4 CPPFLAGS = -O -Wall -Zomf -Zmt -s 5 5 #CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s 6 6 7 7 INC = ../include -I ../../../classes/inc -I $(COMMONSRC)/include 8 # Fixme GKY 4-15-23 8 9 LIB_DIR = $d:/emx/lib 9 10 TOOLDIR = .\.. -
trunk/classes/mm-progs/videoplayer/makefile
r2 r53 7 7 #CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol 8 8 #CPPFLAGS = -O -Zomf -Zcrtdll -Zmtd -s 9 CPPFLAGS = -O -Wall -Zomf -Zmt - Zsys -s9 CPPFLAGS = -O -Wall -Zomf -Zmt -s 10 10 INC = ../include -I ../../../classes/inc -I ../../../common_functions/include 11 11 DEFS = … … 28 28 mmplayer.exe: mmplayer.c $(OBJECTS) $(OBJS2) makefile 29 29 #Use this command to link dynamicaly 30 gcc $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) -l os2memmplayer.def30 gcc $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) -lmmpm2.lib mmplayer.def 31 31 rc mmplayer.rc mmplayer.exe 32 32 33 33 vioplayer.exe: vioplayer.c 34 gcc $(CPPFLAGS) -I$(INC) vioplayer.c $(LIBDIR)/sys_funcs.obj -l os2memmplayer.def34 gcc $(CPPFLAGS) -I$(INC) vioplayer.c $(LIBDIR)/sys_funcs.obj -lmmpm2.lib mmplayer.def 35 35 36 36 clean: -
trunk/classes/mm-progs/volume/makefile
r4 r53 17 17 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd classvolume.def 18 18 #Use this command to link dynamicaly 19 $(CC) $(CPPFLAGS) -I$(INC) classvol.c $(OBJECTS) $(OBJS2) -l os2meclassvolume.def19 $(CC) $(CPPFLAGS) -I$(INC) classvol.c $(OBJECTS) $(OBJS2) -lmmpm2.lib classvolume.def 20 20 rc classvolume.rc classvol.exe 21 21 -
trunk/classes/res/en/makefile
r2 r53 26 26 $(OBJDIR)/mmres$(LANGUAGE).dll: mmres$(LANGUAGE).c $(OBJECTS) mmres$(LANGUAGE).def 27 27 # icc $(CPPFLAGS) -I$(INC) /Fo$(OBJDIR) $< mmres$(LANGUAGE).def 28 icc $(CPPFLAGS) -I$(INC) /Fe$ (OBJDIR)\$@ $< mmres$(LANGUAGE).def28 icc $(CPPFLAGS) -I$(INC) /Fe$@ $< mmres$(LANGUAGE).def 29 29 rc -D $(ECS) -i $(INC) mmres$(LANGUAGE).rc $(OBJDIR)/mmres$(LANGUAGE).dll 30 30 # rc mmres$(LANGUAGE).res mmres$(LANGUAGE).dll -
trunk/classes/res/makefile
r4 r53 7 7 .PHONY: clean cleaner clean_nlv 8 8 9 all: nlv common_res 9 all: nlv 10 #common_res 11 cd ./common_res && make 10 12 11 13 nlv: … … 17 19 done 18 20 19 common_res:20 cd ./common_res && make21 #common_res: 22 # cd ./common_res && make 21 23 22 24 clean_nlv:
Note:
See TracChangeset
for help on using the changeset viewer.