|
Last change
on this file was 2, checked in by stevenhl, 8 years ago |
|
Import sources from cwmm-full.zip dated 2005-03-21
|
|
File size:
433 bytes
|
| Line | |
|---|
| 1 | # Makefile for Audio-CD-Creator Data-CD-Creator
|
|---|
| 2 |
|
|---|
| 3 | include ../../make.inc
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 | RESDIR = ..\res\$(LANGUAGE)
|
|---|
| 7 | RESBASE2= ../res
|
|---|
| 8 | RESDIR2 = ../res/$(LANGUAGE)
|
|---|
| 9 |
|
|---|
| 10 | HELPSOURCE = $(RESDIR2)/ipf
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | all: mediafldrprog.inf
|
|---|
| 14 |
|
|---|
| 15 | mediafldrprog.inf: mediafldrprog.ipf hiddenfeatures.inc newmethods.inc wpsmethods.inc
|
|---|
| 16 | ipfc -i mediafldrprog.ipf
|
|---|
| 17 |
|
|---|
| 18 | clean:
|
|---|
| 19 | -rm *.inf
|
|---|
| 20 |
|
|---|
| 21 | cleaner:
|
|---|
| 22 | -rm *.*~
|
|---|
| 23 | -rm *.flc
|
|---|
| 24 |
|
|---|
| 25 | distger:
|
|---|
| 26 |
|
|---|
| 27 | disteng:
|
|---|
| 28 |
|
|---|
| 29 | distribution:
|
|---|
| 30 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.