Changeset 104 for trunk/mediafolder/c/cddb/makefile
- Timestamp:
- Oct 2, 2023, 11:34:35 PM (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/v2.9 merged eligible /branches/v2.9_Lars merged eligible
-
Property svn:mergeinfo
set to
-
trunk/mediafolder/c/cddb/makefile
r53 r104 7 7 #CPPFLAGSSTATIC = -O -Zomf -Zsys -Zmt -s 8 8 9 CPPFLAGSVAC = /Ge- /Gm+ /G4 /Gl 9 CPPFLAGSVAC = /Ge- /Gm+ /G4 /Gl- /O+ /Oc+ /Ol- /Q+ 10 10 INC = ../../include 11 11 MOREINC = $(COMMONSRC)/include 12 DEFS = 13 PROGS = 12 DEFS = 13 PROGS = 14 14 ODIR = . 15 15 CPPDIR = . … … 29 29 all: pmcddb.exe pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll 30 30 31 nlv: pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll 31 nlv: pmdb001.dll pmdb049.dll pmdb031.dll pmdb039.dll pmdb088.dll 32 32 33 33 pmdb001.dll: ./res/pmcddb001.c ./res/pmcddb001.res … … 36 36 cp ./res/pmcddb001.dll pmdb001.dll 37 37 38 ./res/pmcddb001.res: ./res/pmcddb001.rc ./res/pmcddb001.dlg $(INC)/pmcddbres.h 38 ./res/pmcddb001.res: ./res/pmcddb001.rc ./res/pmcddb001.dlg $(INC)/pmcddbres.h 39 39 cd ./Res && make 40 40 … … 43 43 cp ./res/pmcddb049.dll pmdb049.dll 44 44 45 ./res/pmcddb049.res: ./res/pmcddb049.rc ./res/pmcddb049.dlg $(INC)/pmcddbres.h 45 ./res/pmcddb049.res: ./res/pmcddb049.rc ./res/pmcddb049.dlg $(INC)/pmcddbres.h 46 46 cd ./Res && make 47 47 … … 50 50 cp ./res/pmcddb031.dll pmdb031.dll 51 51 52 ./res/pmcddb031.res: ./res/pmcddb031.rc ./res/pmcddb031.dlg $(INC)/pmcddbres.h 52 ./res/pmcddb031.res: ./res/pmcddb031.rc ./res/pmcddb031.dlg $(INC)/pmcddbres.h 53 53 cd ./Res && make 54 54 … … 57 57 cp ./res/pmcddb039.dll pmdb039.dll 58 58 59 ./res/pmcddb039.res: ./res/pmcddb039.rc ./res/pmcddb039.dlg $(INC)/pmcddbres.h 59 ./res/pmcddb039.res: ./res/pmcddb039.rc ./res/pmcddb039.dlg $(INC)/pmcddbres.h 60 60 cd ./Res && make 61 61 … … 66 66 cp ./res/pmcddb088.dll pmdb088.dll 67 67 68 ./res/pmcddb088.res: ./res/pmcddb088.rc ./res/pmcddb088.dlg $(INC)/pmcddbres.h 68 ./res/pmcddb088.res: ./res/pmcddb088.rc ./res/pmcddb088.dlg $(INC)/pmcddbres.h 69 69 cd ./Res && make 70 70 71 71 72 $(LIBDIR)/%.obj: $(COMMONSRC)/%.c 73 $(CC) -c -Wall -o$@ -Zomf -I$(INC) -I$(MOREINC) $< 72 $(LIBDIR)/%.obj: $(COMMONSRC)/%.c 73 $(CC) -c -Wall -o$@ -Zomf -I$(INC) -I$(MOREINC) $< 74 74 75 cd.o bj: cd.c75 cd.o: cd.c 76 76 gcc -c $< -I$(INC) -Zcrtdll -Zomf 77 77 78 helper.o bj: helper.c78 helper.o: helper.c 79 79 gcc -c $< -I$(INC) -Zcrtdll -Zomf 80 80 81 message.o bj: message.c81 message.o: message.c 82 82 gcc -c $< -I$(INC) -Zcrtdll -Zomf 83 83 … … 85 85 $(CC) $< $(CPPFLAGS) -I$(INC) -I$(MOREINC) $(LIBOBJECTS) $(OBJECTS) $(CDDBOBJ) -lsocket -lstdc++6_dll.lib pmcddb.def 86 86 87 cddb.o bj: cddb.cpp $(INC)\cddb.hh87 cddb.o: cddb.cpp $(INC)\cddb.hh 88 88 gcc -c cddb.cpp -I$(INC) -Zcrtdll -Zomf 89 89 90 cddbcls.o bj: cddbcls.cpp $(INC)\cddb.hh $(INC)\cddb.h90 cddbcls.o: cddbcls.cpp $(INC)\cddb.hh $(INC)\cddb.h 91 91 cd ../pm_launchers && make 92 92 93 93 94 printHelper.o bj: printHelper.cpp94 printHelper.o: printHelper.cpp 95 95 gcc -c printHelper.cpp -I$(INC) -Zcrtdll -Zomf 96 96 97 cddbhelper.o bj: $(HELPERDIR)\cddbhelper.cpp97 cddbhelper.o: $(HELPERDIR)\cddbhelper.cpp 98 98 gcc -c $< -I$(INC) -Zcrtdll -Zomf 99 99
Note:
See TracChangeset
for help on using the changeset viewer.