Browse CVS Repository
Diff of /malonnote/Makefile.am
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 13 |
RESSRC = |
RESSRC = |
| 14 |
endif |
endif |
| 15 |
|
|
| 16 |
XRCFILE = mnResource.xrc |
XRCFILE_MAC = mnResource-mac.xrc |
| 17 |
|
XRCFILE_NOMAC = mnResource.xrc |
| 18 |
|
|
| 19 |
|
if IS_DARWIN |
| 20 |
|
XRCFILE = ${XRCFILE_MAC} |
| 21 |
|
else |
| 22 |
|
XRCFILE = ${XRCFILE_NOMAC} |
| 23 |
|
endif |
| 24 |
|
|
| 25 |
XRCSRC = mnResource.cpp |
XRCSRC = mnResource.cpp |
| 26 |
|
|
| 27 |
EXTRA_DIST = ${XRCFILE} mnDialog.wxg TODO Info.plist mnote.ico mnote.icns malon-small-logo.ico malon-midium-logo.ico README.euc README.txt new.template |
EXTRA_DIST = ${XRCFILE_MAC} ${XRCFILE_NOMAC} mnDialog.wxg TODO Info.plist mnote.ico mnote.icns malon-small-logo.ico malon-midium-logo.ico README.euc README.txt new.template |
| 28 |
|
|
| 29 |
LIBS = `wx-config --libs` -L/usr/local/lib ${RESOBJ} ${LIBICONV} |
LIBS = `wx-config --libs` ${RESOBJ} |
| 30 |
mnote_DEPENDENCIES = ${RESOBJ} |
mnote_DEPENDENCIES = ${RESOBJ} |
| 31 |
|
|
| 32 |
mnote_CXXFLAGS = -g `wx-config --cxxflags` |
mnote_CXXFLAGS = -g `wx-config --cxxflags` |
|
|
Legend:
| Removed from v.1.19 |
|
| changed lines |
| |
Added in v.1.20 |
|
|
|