Ignore:
Timestamp:
Oct 6, 2023, 1:37:12 AM (22 months ago)
Author:
erdmann
Message:

build cwmm import library so that the cwmm WPS class structures (namely: WPS class objects) can be referenced from m3ufolder/launchpad respectively

File:
1 edited

Legend:

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

    r105 r115  
    179179#
    180180#######################################
    181 all: cwmm.dll $(HLP_FILES) nlv
     181all: cwmm.dll $(LIBDIR)/cwmm.lib $(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
    195198
    196199###################################
Note: See TracChangeset for help on using the changeset viewer.