Ignore:
Timestamp:
Oct 7, 2023, 10:41:00 PM (22 months ago)
Author:
erdmann
Message:

rework the way the MMCDTrack class object is loaded: we cannot load it via dynamic linking because CWMM.DLL is not on libpath. Therefore, on class construction of CWMediaFolder, we query the location of class library for class MMCDTrack dynamically (find CWMM.DLL) and then have the class object for MMCDTrack constructed and saved in a member variable of CWMediaFolder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/v2.9_Lars/classes/makefile

    r115 r119  
    179179#
    180180#######################################
    181 all: cwmm.dll $(LIBDIR)/cwmm.lib $(HLP_FILES) nlv
     181all: cwmm.dll $(HLP_FILES) nlv
    182182        cd ./mm-progs && make
    183183
     
    193193        rc ./res/common_res/cwaudio.res cwmm.dll
    194194        MAPSYM cwmm.map
    195 
    196 $(LIBDIR)/cwmm.lib: $(OBJDIR)/cwmm.def
    197         implib /NOLOGO $@ $(OBJDIR)/cwmm.def
    198195
    199196###################################
Note: See TracChangeset for help on using the changeset viewer.