source: branches/v2.9/mediafolder/prog_tutorial/makefile

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
3include ../../make.inc
4
5
6RESDIR = ..\res\$(LANGUAGE)
7RESBASE2= ../res
8RESDIR2 = ../res/$(LANGUAGE)
9
10HELPSOURCE = $(RESDIR2)/ipf
11
12
13all: mediafldrprog.inf
14
15mediafldrprog.inf: mediafldrprog.ipf hiddenfeatures.inc newmethods.inc wpsmethods.inc
16 ipfc -i mediafldrprog.ipf
17
18clean:
19 -rm *.inf
20
21cleaner:
22 -rm *.*~
23 -rm *.flc
24
25distger:
26
27disteng:
28
29distribution:
30
Note: See TracBrowser for help on using the repository browser.