Changeset 53 for trunk/mediafolder/c/cddb/makefile
- Timestamp:
- May 7, 2023, 10:36:01 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/cddb/makefile
r4 r53 17 17 BINDIR = ../../dist/bin 18 18 HELPERDIR = ..\helper 19 OBJECTS = cddb.o bj\20 cd.o bj\21 helper.o bj\22 cddbhelper.o bj\23 message.o bj19 OBJECTS = cddb.o \ 20 cd.o \ 21 helper.o \ 22 cddbhelper.o \ 23 message.o 24 24 LIBOBJECTS = $(LIBDIR)/sys_funcs.obj 25 25 … … 32 32 33 33 pmdb001.dll: ./res/pmcddb001.c ./res/pmcddb001.res 34 cd ./Res && make 34 35 -rm pmdb001.dll 35 36 cp ./res/pmcddb001.dll pmdb001.dll … … 82 83 83 84 pmcddb.exe: pmcddb.cc $(OBJECTS) $(LIBOBJECTS) $(CDDBOBJ) $(INC)\cddb.h $(INC)\cddb.hh 84 $(CC) $< $(CPPFLAGS) -I$(INC) -I$(MOREINC) $(LIBOBJECTS) $(OBJECTS) $(CDDBOBJ) -lsocket pmcddb.def85 $(CC) $< $(CPPFLAGS) -I$(INC) -I$(MOREINC) $(LIBOBJECTS) $(OBJECTS) $(CDDBOBJ) -lsocket -lstdc++6_dll.lib pmcddb.def 85 86 86 87 cddb.obj: cddb.cpp $(INC)\cddb.hh
Note:
See TracChangeset
for help on using the changeset viewer.