Ignore:
Timestamp:
May 7, 2023, 10:36:01 PM (2 years ago)
Author:
gyoung
Message:

Make file changes to get it to build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/classes/mm-progs/MMPlayer/makefile

    r4 r53  
    1717        cmd /C $(TOOLDIR)\create_MMPROG_def.cmd mmplayer.def
    1818#Use this command to link dynamicaly
    19         $(CC) $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) -los2me mmplayer.def
     19        $(CC) $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) -lmmpm2.lib mmplayer.def
    2020        rc mmplayer.rc mmplayer.exe
    2121
Note: See TracChangeset for help on using the changeset viewer.