Browse CVS Repository
Diff of /malonnote/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 14 |
RESSRC = |
RESSRC = |
| 15 |
endif |
endif |
| 16 |
|
|
| 17 |
|
XRCFILE = mnResource.xrc |
| 18 |
|
XRCSRC = mnResource.cpp |
| 19 |
|
XRCOBJ = mnResource.o |
| 20 |
|
|
| 21 |
LIBS = `wx-config --libs` -L/usr/local/lib ${RESOBJ} ${LIBICONV} |
LIBS = `wx-config --libs` -L/usr/local/lib ${RESOBJ} ${LIBICONV} |
| 22 |
mnote_DEPENDENCIES = ${RESOBJ} |
mnote_DEPENDENCIES = ${RESOBJ} |
| 23 |
|
|
| 39 |
mnHtmlWindow.h \ |
mnHtmlWindow.h \ |
| 40 |
mnTextCtrl.cpp \ |
mnTextCtrl.cpp \ |
| 41 |
mnTextCtrl.h \ |
mnTextCtrl.h \ |
| 42 |
${RESSRC} |
${RESSRC} \ |
| 43 |
|
${XRCSRC} |
| 44 |
|
|
| 45 |
|
${XRCSRC}:${XRCFILE} |
| 46 |
|
wxrc ${XRCFILE} -v -c -o ${XRCSRC} |
| 47 |
|
|
| 48 |
readme:README.txt README.euc |
readme:README.txt README.euc |
| 49 |
|
|
| 50 |
README.euc:README |
README.euc:README |
|
|
Legend:
| Removed from v.1.11 |
|
| changed lines |
| |
Added in v.1.12 |
|
|
|