Browse CVS Repository
Diff of /malonnote/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1 |
if IS_DARWIN |
if IS_DARWIN |
| 2 |
noinst_PROGRAMS = mnote app |
noinst_PROGRAMS = mnote |
| 3 |
else |
else |
| 4 |
bin_PROGRAMS = mnote |
bin_PROGRAMS = mnote |
| 5 |
endif |
endif |
| 33 |
mnDialog.cpp \ |
mnDialog.cpp \ |
| 34 |
mnHtmlWindow.cpp \ |
mnHtmlWindow.cpp \ |
| 35 |
mnHtmlWindow.h \ |
mnHtmlWindow.h \ |
| 36 |
|
mnTextCtrl.cpp \ |
| 37 |
|
mnTextCtrl.h \ |
| 38 |
${RESSRC} |
${RESSRC} |
| 39 |
|
|
| 40 |
readme:README.txt README.euc |
readme:README.txt README.euc |
| 58 |
cp -p mnote.icns ./${APP}/Contents/Resources/ |
cp -p mnote.icns ./${APP}/Contents/Resources/ |
| 59 |
echo -n "APPL????" > ./${APP}/Contents/PkgInfo |
echo -n "APPL????" > ./${APP}/Contents/PkgInfo |
| 60 |
|
|
| 61 |
appinst: |
appinst: app |
| 62 |
cp -pr mnote.app /Applications/ |
cp -pr mnote.app /Applications/ |
| 63 |
|
|
| 64 |
distsrc: |
distsrc: |
|
|
Legend:
| Removed from v.1.9 |
|
| changed lines |
| |
Added in v.1.11 |
|
|
|