Rename ico directory to icons
This commit is contained in:
parent
50967cb2ed
commit
d41d56fdbe
9 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,10 @@
|
|||
|
||||
SUBDIRS = src man
|
||||
SUBDIRS = icons man src
|
||||
|
||||
EXTRA_DIST = AUTHORS COPYING ChangeLog INFO INSTALL NEWS README THANKS compile.sh \
|
||||
progsreiserfs-journal.patch progsreiserfs-file-read.patch \
|
||||
darwin/readme_mac_powerpc.txt darwin/readme_mac_intel.txt \
|
||||
documentation.html \
|
||||
dos/readme.txt \
|
||||
ico/photorec.ico ico/testdisk.ico \
|
||||
linux/testdisk.spec.in \
|
||||
src/icon_ph.rc src/icon_qph.rc src/icon_tst.rc \
|
||||
src/photorec_64x64.png \
|
||||
|
|
|
@ -886,6 +886,7 @@ AC_SUBST(qphotorec_LDADD)
|
|||
AC_SUBST(qphotorec_CXXFLAGS)
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
icons/Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
man/testdisk.8 man/photorec.8 man/qphotorec.8 man/fidentify.8
|
||||
|
|
1
icons/Makefile.am
Normal file
1
icons/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
|||
EXTRA_DIST = photorec.ico testdisk.ico
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
@ -2,9 +2,9 @@
|
|||
$(WINDRES) --include-dir $(srcdir) $< $@
|
||||
|
||||
if USEICON
|
||||
ICON_TESTDISK=icon_tst.rc ../ico/testdisk.ico
|
||||
ICON_PHOTOREC=icon_ph.rc ../ico/photorec.ico
|
||||
ICON_QPHOTOREC=icon_qph.rc ../ico/photorec.ico
|
||||
ICON_TESTDISK=icon_tst.rc ../icons/testdisk.ico ../win/testdisk_win.exe.manifest
|
||||
ICON_PHOTOREC=icon_ph.rc ../icons/photorec.ico ../win/photorec_win.exe.manifest
|
||||
ICON_QPHOTOREC=icon_qph.rc ../icons/photorec.ico ../win/qphotorec_win.exe.manifest
|
||||
endif
|
||||
|
||||
if USEQT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
app ICON DISCARDABLE "../ico/photorec.ico"
|
||||
app ICON DISCARDABLE "../icons/photorec.ico"
|
||||
|
||||
//CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "../win/photorec_win.exe.manifest"
|
||||
1 24 "../win/photorec_win.exe.manifest"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
app ICON DISCARDABLE "../ico/photorec.ico"
|
||||
app ICON DISCARDABLE "../icons/photorec.ico"
|
||||
|
||||
//CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "../win/qphotorec_win.exe.manifest"
|
||||
1 24 "../win/qphotorec_win.exe.manifest"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
app ICON DISCARDABLE "../ico/testdisk.ico"
|
||||
app ICON DISCARDABLE "../icons/testdisk.ico"
|
||||
|
||||
//CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "../win/testdisk_win.exe.manifest"
|
||||
1 24 MOVEABLE PURE "../win/testdisk_win.exe.manifest"
|
||||
|
|
Loading…
Reference in a new issue