Changeset 53 for trunk/classes/mm-progs
- Timestamp:
- May 7, 2023, 10:36:01 PM (2 years ago)
- Location:
- trunk/classes/mm-progs
- Files:
-
- 9 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
Note:
See TracChangeset
for help on using the changeset viewer.