Develop and Download Open Source Software

Browse CVS Repository

Diff of /malonnote/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.22 by maloninc, Wed Dec 28 05:41:06 2005 UTC revision 1.24 by maloninc, Tue Jan 3 22:43:32 2006 UTC
# Line 65  mnote_SOURCES =       \ Line 65  mnote_SOURCES =       \
65          ${XRCSRC}          ${XRCSRC}
66    
67  ${XRCSRC}:${XRCFILE}  ${XRCSRC}:${XRCFILE}
68          wxrc ${XRCFILE} -v -c -o ${XRCSRC}          wxrc ${XRCFILE} -c -o ${XRCSRC}
69    
70  readme:README.txt README.euc  readme:README.txt README.euc
71    
# Line 83  app: mnote Line 83  app: mnote
83          rm -fr ./${APP}          rm -fr ./${APP}
84          mkdir -p ./${APP}/Contents/MacOS/          mkdir -p ./${APP}/Contents/MacOS/
85          mkdir -p ./${APP}/Contents/Resources/          mkdir -p ./${APP}/Contents/Resources/
86            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.22  
changed lines
  Added in v.1.24

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26