Changeset 4 for trunk/classes/mm-progs/master_volume
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- Location:
- trunk/classes/mm-progs/master_volume
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/master_volume/makefile
r2 r4 2 2 3 3 include ../../../make.inc 4 include ../mmprog.inc 4 5 5 CC = gcc6 LIB_DIR = $d:/emx/lib7 #CPPFLAGS = -Ge- /Gm+ -G4 -Gl /O+ -Oc+ -Ol8 #CPPFLAGS = -O -Zomf -Zcrtdll -s9 CPPFLAGS = -O -Wall -Zomf -Zsys -s10 11 ICCFLAGS = /Ss12 INC = ../include -I ../../../common_functions/include -I ../../../classes/inc13 DEFS =14 PROGS =15 ODIR = .16 CPPDIR = .17 6 ICONDIR = ..\res\Icons 18 LIBDIR = ../lib 19 OBJECTS = $(LIBDIR)/message.obj $(LIBDIR)/helper.obj $(LIBDIR)/progbars.obj $(LIBDIR)/sys_funcs.obj 20 #OBJDIR = ../obj 7 OBJECTS = $(LIBDIR)/message.obj \ 8 $(LIBDIR)/helper.obj \ 9 $(LIBDIR)/progbars.obj \ 10 $(LIBDIR)/sys_funcs.obj 21 11 #OBJECTS = $(OBJDIR)/message.obj $(OBJDIR)/helper.obj $(OBJDIR)/progbars.obj \ 22 12 $(OBJDIR)/sys_funcs.obj … … 24 14 all: volume.exe 25 15 26 $(LIBDIR)/%.obj: $(COMMONSRC)/%.c27 gcc -c -o$@ -Zomf -I$(INC) $<28 16 29 volume.exe: volume.c $(OBJECTS) 30 gcc $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) -Zmt -los2me volume.def 17 volume.exe: volume.c $(OBJECTS) makefile def.tpl 18 cmd /C $(TOOLDIR)\create_MMPROG_def.cmd volume.def 19 $(CC) $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) -Zmt -los2me volume.def 31 20 rc -I $(INC) volume.rc volume.exe 32 21 -
trunk/classes/mm-progs/master_volume/volume.DEF
r2 r4 1 ; DEF-file for volume.exe. This is a PM program which2 ; shows a dialog box for setting the masteraudio.3 1 ; 4 ; (C) Chris Wohlgemuth 2001 5 2 ; VOLUME: Master volume applet 3 ; 4 ; 5 ; (c) C. Wohlgemuth 2001-2006 6 ; 7 ; 8 ; Created 12 Feb 2006 19:56:10 9 ; 6 10 ;/* 7 11 ; * This program is free software; you can redistribute it and/or modify … … 25 29 ; * http://www.geocities.com/SiliconValley/Sector/5785/ 26 30 ; */ 27 28 31 NAME VOLUME WINDOWAPI 29 DESCRIPTION '$@#(c) Chris Wohlgemuth :V0.2.7 (17.08.2003)#@Master volume applet' 30 ;EXPORTS decodeStatusDialogProc 31 32 33 34 32 DESCRIPTION '$@#(c) C. Wohlgemuth 2006:0.2 #@##1## 12/02/06 19:56:10 My ;-) ::::9::@@Master volume applet V0.2.9' 33 STACKSIZE 1638400
Note:
See TracChangeset
for help on using the changeset viewer.