|
Last change
on this file since 6 was 2, checked in by stevenhl, 8 years ago |
|
Import sources from cwmm-full.zip dated 2005-03-21
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | # Makefile for Audio-CD-Creator Data-CD-Creator
|
|---|
| 2 |
|
|---|
| 3 | include ../../../make.inc
|
|---|
| 4 |
|
|---|
| 5 | CC = icc
|
|---|
| 6 | #CPPFLAGS = /Ge- /Gm+ /G4 /Gl /O+ /Oc+ /Ol- /Q+ $(VACDEBUG)
|
|---|
| 7 | CPPFLAGS = /G5 /Ge- /Gm+ /Gl /O+ /Oc+ /Ol- /Q+ $(VACDEBUG)
|
|---|
| 8 | LIBS = mmPM2.lib rexx.lib
|
|---|
| 9 | INC = ..\include
|
|---|
| 10 | HELPERDIR = ..\helper
|
|---|
| 11 | DEFS =
|
|---|
| 12 | PROGS =
|
|---|
| 13 | ODIR = ./obj
|
|---|
| 14 | CPPDIR = .
|
|---|
| 15 |
|
|---|
| 16 |
|
|---|
| 17 | OBJECTS = cdfolder.obj cdfolderoverriddenwpmethods.obj cdfolderoverriddenwpclsmethods.obj \
|
|---|
| 18 | ..\helper\cd.obj cdfldrdialogprocs.obj
|
|---|
| 19 |
|
|---|
| 20 | all: mediafolder.dll
|
|---|
| 21 |
|
|---|
| 22 |
|
|---|
| 23 | .cpp.obj:
|
|---|
| 24 | icc $(CPPFLAGS) /C+ -I$(INC) /Fo$@ $<
|
|---|
| 25 |
|
|---|
| 26 | mediafolder.dll:
|
|---|
| 27 | cd ../. && make
|
|---|
| 28 |
|
|---|
| 29 | cdfolder.obj: cdfolder.cpp $(INC)\mediafolderres.h $(INC)\cdfolder.hh
|
|---|
| 30 |
|
|---|
| 31 | cdfolderoverriddenwpmethods.obj: cdfolderoverriddenwpmethods.cpp $(INC)\mediafolderres.h $(INC)\cdfolder.hh
|
|---|
| 32 |
|
|---|
| 33 | cdfolderoverriddenwpclsmethods.obj: cdfolderoverriddenwpclsmethods.cpp $(INC)\mediafolderres.h $(INC)\cdfolder.hh
|
|---|
| 34 |
|
|---|
| 35 | cdfldrdialogprocs.obj: cdfldrdialogprocs.cpp
|
|---|
| 36 |
|
|---|
| 37 | ..\helper\cd.obj: ..\helper\cd.cpp $(INC)\cddb.h
|
|---|
| 38 | -cd ..\helper && make
|
|---|
| 39 |
|
|---|
| 40 | clean:
|
|---|
| 41 |
|
|---|
| 42 | cleaner:
|
|---|
| 43 | -rm *.*~
|
|---|
| 44 | -rm *.flc
|
|---|
| 45 |
|
|---|
| 46 | distger:
|
|---|
| 47 |
|
|---|
| 48 | disteng:
|
|---|
| 49 |
|
|---|
| 50 | distribution:
|
|---|
| 51 |
|
|---|
| 52 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.