Changeset 198 for trunk/classes/mm-progs
- Timestamp:
- Nov 25, 2024, 10:20:29 PM (9 months ago)
- Location:
- trunk/classes/mm-progs/audioconverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/audioconverter/audconv.c
r145 r198 50 50 51 51 #include "sys_funcs.h" 52 53 #if 0 54 #define _PMPRINTF_ 55 #include "U:/PMPRINTF/PMPRINTF.H" 56 #endif 52 57 53 58 #define MSG_CONVERTDONE 1L -
trunk/classes/mm-progs/audioconverter/makefile
r148 r198 7 7 $(LIBDIR)/progbars.obj \ 8 8 $(LIBDIR)/sys_funcs.obj 9 10 PMPRINTF = 0 11 ifdef PMPRINTF 12 LIBS = mmpm2.lib u:/pmprintf/pmprintf.lib 13 else 14 LIBS = mmpm2.lib 15 endif 9 16 10 17 include ../mmprog.inc … … 16 23 audconv.exe: audconv.c $(OBJECTS) makefile def.tpl 17 24 cmd /C $(TOOLDIR)/create_def.cmd audconv.def 18 $(CC) $(CPPFLAGS) -I$(INC) audconv.c $(OBJECTS) mmpm2.libaudconv.def25 $(CC) $(CPPFLAGS) -I$(INC) audconv.c $(OBJECTS) $(LIBS) audconv.def 19 26 20 27
Note:
See TracChangeset
for help on using the changeset viewer.