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/mediafolder/c/cddb/makefile

    r4 r53  
    1717BINDIR          =       ../../dist/bin
    1818HELPERDIR       =       ..\helper
    19 OBJECTS         =       cddb.obj \
    20                         cd.obj \
    21                         helper.obj \
    22                         cddbhelper.obj \
    23                         message.obj
     19OBJECTS         =       cddb.o \
     20                        cd.o \
     21                        helper.o \
     22                        cddbhelper.o \
     23                        message.o
    2424LIBOBJECTS      = $(LIBDIR)/sys_funcs.obj
    2525
     
    3232
    3333pmdb001.dll:    ./res/pmcddb001.c ./res/pmcddb001.res
     34                cd ./Res && make
    3435                -rm pmdb001.dll
    3536                cp ./res/pmcddb001.dll pmdb001.dll
     
    8283
    8384pmcddb.exe:     pmcddb.cc $(OBJECTS) $(LIBOBJECTS) $(CDDBOBJ) $(INC)\cddb.h $(INC)\cddb.hh
    84         $(CC) $< $(CPPFLAGS) -I$(INC) -I$(MOREINC) $(LIBOBJECTS) $(OBJECTS) $(CDDBOBJ)  -lsocket pmcddb.def
     85        $(CC) $< $(CPPFLAGS) -I$(INC) -I$(MOREINC) $(LIBOBJECTS) $(OBJECTS) $(CDDBOBJ)  -lsocket -lstdc++6_dll.lib pmcddb.def
    8586
    8687cddb.obj:       cddb.cpp $(INC)\cddb.hh
Note: See TracChangeset for help on using the changeset viewer.