Browse CVS Repository
Diff of /malonnote/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 35 |
malon-midium-logo.ico \ |
malon-midium-logo.ico \ |
| 36 |
README.euc \ |
README.euc \ |
| 37 |
README.txt \ |
README.txt \ |
| 38 |
new.template |
new.template \ |
| 39 |
|
wxMac2.6.2-mnote.patch |
| 40 |
|
|
| 41 |
LIBS = `wx-config --libs` ${RESOBJ} ${LIBICONV} |
LIBS = `wx-config --libs` ${RESOBJ} ${LIBICONV} |
| 42 |
mnote_DEPENDENCIES = ${RESOBJ} |
mnote_DEPENDENCIES = ${RESOBJ} |
| 66 |
${XRCSRC} |
${XRCSRC} |
| 67 |
|
|
| 68 |
${XRCSRC}:${XRCFILE} |
${XRCSRC}:${XRCFILE} |
| 69 |
wxrc ${XRCFILE} -v -c -o ${XRCSRC} |
wxrc ${XRCFILE} -c -o ${XRCSRC} |
| 70 |
|
|
| 71 |
readme:README.txt README.euc |
readme:README.txt README.euc |
| 72 |
|
|
| 84 |
rm -fr ./${APP} |
rm -fr ./${APP} |
| 85 |
mkdir -p ./${APP}/Contents/MacOS/ |
mkdir -p ./${APP}/Contents/MacOS/ |
| 86 |
mkdir -p ./${APP}/Contents/Resources/ |
mkdir -p ./${APP}/Contents/Resources/ |
|
strip mnote |
|
| 87 |
cp -p mnote ./${APP}/Contents/MacOS/ |
cp -p mnote ./${APP}/Contents/MacOS/ |
| 88 |
cp -p Info.plist ./${APP}/Contents/ |
cp -p Info.plist ./${APP}/Contents/ |
| 89 |
cp -p mnote.icns ./${APP}/Contents/Resources/ |
cp -p mnote.icns ./${APP}/Contents/Resources/ |
|
|
Legend:
| Removed from v.1.23 |
|
| changed lines |
| |
Added in v.1.26 |
|
|
|