Ignore:
Timestamp:
Oct 29, 2023, 11:01:57 PM (22 months ago)
Author:
gyoung
Message:

Changes to build players and related cwmm class exe using VAC 3.08

File:
1 edited

Legend:

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

    r53 r126  
    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) -lmmpm2.lib mmplayer.def
     19        $(CC) $(CPPFLAGS) -I$(INC) mmplayer.c $(OBJECTS) $(OBJS2) mmpm2.lib mmplayer.def
    2020        rc mmplayer.rc mmplayer.exe
    2121
Note: See TracChangeset for help on using the changeset viewer.