|
Last change
on this file was 158, checked in by gyoung, 21 months ago |
|
Reorganize the prog_tutorial tree and get all the existing languages of mediafldr.inf to build
|
|
File size:
806 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 mediafldrprog.inf
|
|---|
| 17 | ipfc -i -c:850 -l:es_ES es\mediafldrprog_es.ipf es\mediafldrprog_es.inf
|
|---|
| 18 | ipfc -i -c:850 -l:fr_FR fr\mediafldrprog_fr.ipf fr\mediafldrprog_fr.inf
|
|---|
| 19 | ipfc -i -c:866 -l:ru_RU ru\mediafldrprog_ru.ipf ru\mediafldrprog_ru.inf
|
|---|
| 20 | ipfc -i -c:950 -l:zh_TW tw\mediafldrprog_tw.ipf tw\mediafldrprog_tw.inf
|
|---|
| 21 |
|
|---|
| 22 | clean:
|
|---|
| 23 | -rm *.inf
|
|---|
| 24 | -rm es/*.inf
|
|---|
| 25 | -rm fr/*.inf
|
|---|
| 26 | -rm ru/*.inf
|
|---|
| 27 | -rm tw/*.inf
|
|---|
| 28 |
|
|---|
| 29 | cleaner:
|
|---|
| 30 | -rm *.*~
|
|---|
| 31 | -rm *.flc
|
|---|
| 32 |
|
|---|
| 33 | distger:
|
|---|
| 34 |
|
|---|
| 35 | disteng:
|
|---|
| 36 |
|
|---|
| 37 | distribution:
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.