Ignore:
Timestamp:
Jan 28, 2024, 11:17:52 PM (19 months ago)
Author:
gyoung
Message:

Automate building of all def files. Some minor code and makefile cleanup

Location:
trunk/classes/mm-progs/master_volume
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/mm-progs/master_volume/def.tpl

    r4 r148  
    55
    66[COPYRIGHT]
    7 (c) C. Wohlgemuth 2001
     7(c) C. Wohlgemuth 2001 Netlabs CWMM Team 2023-2024
    88
    99[AUTHOR]
     
    1616
    1717[BUILDMACHINE]
    18 My ;-)
     18Zobopeep
    1919
    2020[OTHER]
  • trunk/classes/mm-progs/master_volume/makefile

    r133 r148  
    1616
    1717volume.exe:     volume.c $(OBJECTS) makefile def.tpl
    18         cmd /C $(TOOLDIR)\create_MMPROG_def.cmd volume.def
     18        cmd /C $(TOOLDIR)\create_def.cmd volume.def
    1919        $(CC) $(CPPFLAGS) -I$(INC) volume.c $(OBJECTS) mmpm2.lib volume.def
    2020        rc -I $(INC) volume.rc volume.exe
Note: See TracChangeset for help on using the changeset viewer.