mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Clean Up WineFile Folder. The MSVC Files are autogenerated anyway and these ones are rather old.
Synched WineFile to recent Wine CVS. svn path=/trunk/; revision=32776
This commit is contained in:
@@ -1,234 +0,0 @@
|
||||
# Doxyfile 1.5.4
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = Winefile
|
||||
PROJECT_NUMBER =
|
||||
OUTPUT_DIRECTORY = doxy-doc
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
BRIEF_MEMBER_DESC = YES
|
||||
REPEAT_BRIEF = YES
|
||||
ABBREVIATE_BRIEF =
|
||||
ALWAYS_DETAILED_SEC = NO
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
FULL_PATH_NAMES = NO
|
||||
STRIP_FROM_PATH =
|
||||
STRIP_FROM_INC_PATH =
|
||||
SHORT_NAMES = NO
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
QT_AUTOBRIEF = NO
|
||||
MULTILINE_CPP_IS_BRIEF = NO
|
||||
DETAILS_AT_TOP = NO
|
||||
INHERIT_DOCS = YES
|
||||
SEPARATE_MEMBER_PAGES = NO
|
||||
TAB_SIZE = 8
|
||||
ALIASES =
|
||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||
OPTIMIZE_OUTPUT_JAVA = NO
|
||||
BUILTIN_STL_SUPPORT = NO
|
||||
CPP_CLI_SUPPORT = NO
|
||||
SIP_SUPPORT = NO
|
||||
DISTRIBUTE_GROUP_DOC = NO
|
||||
SUBGROUPING = YES
|
||||
TYPEDEF_HIDES_STRUCT = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# Build related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
EXTRACT_ALL = YES
|
||||
EXTRACT_PRIVATE = YES
|
||||
EXTRACT_STATIC = YES
|
||||
EXTRACT_LOCAL_CLASSES = YES
|
||||
EXTRACT_LOCAL_METHODS = NO
|
||||
EXTRACT_ANON_NSPACES = NO
|
||||
HIDE_UNDOC_MEMBERS = NO
|
||||
HIDE_UNDOC_CLASSES = NO
|
||||
HIDE_FRIEND_COMPOUNDS = NO
|
||||
HIDE_IN_BODY_DOCS = NO
|
||||
INTERNAL_DOCS = NO
|
||||
CASE_SENSE_NAMES = YES
|
||||
HIDE_SCOPE_NAMES = NO
|
||||
SHOW_INCLUDE_FILES = YES
|
||||
INLINE_INFO = YES
|
||||
SORT_MEMBER_DOCS = YES
|
||||
SORT_BRIEF_DOCS = NO
|
||||
SORT_BY_SCOPE_NAME = NO
|
||||
GENERATE_TODOLIST = YES
|
||||
GENERATE_TESTLIST = YES
|
||||
GENERATE_BUGLIST = YES
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
ENABLED_SECTIONS =
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
SHOW_USED_FILES = YES
|
||||
SHOW_DIRECTORIES = YES
|
||||
FILE_VERSION_FILTER =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to warning and progress messages
|
||||
#---------------------------------------------------------------------------
|
||||
QUIET = NO
|
||||
WARNINGS = NO
|
||||
WARN_IF_UNDOCUMENTED = NO
|
||||
WARN_IF_DOC_ERROR = YES
|
||||
WARN_NO_PARAMDOC = NO
|
||||
WARN_FORMAT = "$file:$line: $text "
|
||||
WARN_LOGFILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = .
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = *.c \
|
||||
*.h
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS =
|
||||
EXCLUDE_SYMBOLS =
|
||||
EXAMPLE_PATH =
|
||||
EXAMPLE_PATTERNS =
|
||||
EXAMPLE_RECURSIVE = NO
|
||||
IMAGE_PATH =
|
||||
INPUT_FILTER =
|
||||
FILTER_PATTERNS =
|
||||
FILTER_SOURCE_FILES = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
SOURCE_BROWSER = YES
|
||||
INLINE_SOURCES = YES
|
||||
STRIP_CODE_COMMENTS = YES
|
||||
REFERENCED_BY_RELATION = YES
|
||||
REFERENCES_RELATION = YES
|
||||
REFERENCES_LINK_SOURCE = YES
|
||||
USE_HTAGS = NO
|
||||
VERBATIM_HEADERS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
ALPHABETICAL_INDEX = YES
|
||||
COLS_IN_ALPHA_INDEX = 5
|
||||
IGNORE_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the HTML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT = html
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER =
|
||||
HTML_FOOTER = doxy-footer.html
|
||||
HTML_STYLESHEET =
|
||||
HTML_ALIGN_MEMBERS = YES
|
||||
GENERATE_HTMLHELP = YES
|
||||
HTML_DYNAMIC_SECTIONS = NO
|
||||
CHM_FILE =
|
||||
HHC_LOCATION =
|
||||
GENERATE_CHI = NO
|
||||
BINARY_TOC = NO
|
||||
TOC_EXPAND = NO
|
||||
DISABLE_INDEX = NO
|
||||
ENUM_VALUES_PER_LINE = 4
|
||||
GENERATE_TREEVIEW = YES
|
||||
TREEVIEW_WIDTH = 240
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_LATEX = NO
|
||||
LATEX_OUTPUT = latex
|
||||
LATEX_CMD_NAME = latex
|
||||
MAKEINDEX_CMD_NAME = makeindex
|
||||
COMPACT_LATEX = NO
|
||||
PAPER_TYPE = a4wide
|
||||
EXTRA_PACKAGES =
|
||||
LATEX_HEADER =
|
||||
PDF_HYPERLINKS = NO
|
||||
USE_PDFLATEX = NO
|
||||
LATEX_BATCHMODE = NO
|
||||
LATEX_HIDE_INDICES = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the RTF output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_RTF = NO
|
||||
RTF_OUTPUT = rtf
|
||||
COMPACT_RTF = YES
|
||||
RTF_HYPERLINKS = YES
|
||||
RTF_STYLESHEET_FILE =
|
||||
RTF_EXTENSIONS_FILE =
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_MAN = NO
|
||||
MAN_OUTPUT = man
|
||||
MAN_EXTENSION = .3
|
||||
MAN_LINKS = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the XML output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_XML = NO
|
||||
XML_OUTPUT = xml
|
||||
XML_SCHEMA =
|
||||
XML_DTD =
|
||||
XML_PROGRAMLISTING = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options for the AutoGen Definitions output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the Perl module output
|
||||
#---------------------------------------------------------------------------
|
||||
GENERATE_PERLMOD = NO
|
||||
PERLMOD_LATEX = NO
|
||||
PERLMOD_PRETTY = YES
|
||||
PERLMOD_MAKEVAR_PREFIX =
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the preprocessor
|
||||
#---------------------------------------------------------------------------
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = NO
|
||||
EXPAND_ONLY_PREDEF = NO
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED =
|
||||
EXPAND_AS_DEFINED =
|
||||
SKIP_FUNCTION_MACROS = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::additions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
EXTERNAL_GROUPS = YES
|
||||
PERL_PATH = /usr/bin/perl
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
CLASS_DIAGRAMS = YES
|
||||
MSCGEN_PATH =
|
||||
HIDE_UNDOC_RELATIONS = NO
|
||||
HAVE_DOT = YES
|
||||
CLASS_GRAPH = YES
|
||||
COLLABORATION_GRAPH = YES
|
||||
GROUP_GRAPHS = YES
|
||||
UML_LOOK = NO
|
||||
TEMPLATE_RELATIONS = NO
|
||||
INCLUDE_GRAPH = YES
|
||||
INCLUDED_BY_GRAPH = YES
|
||||
CALL_GRAPH = YES
|
||||
CALLER_GRAPH = YES
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
DIRECTORY_GRAPH = YES
|
||||
DOT_IMAGE_FORMAT = png
|
||||
DOT_PATH =
|
||||
DOTFILE_DIRS =
|
||||
DOT_GRAPH_MAX_NODES = 50
|
||||
MAX_DOT_GRAPH_DEPTH = 0
|
||||
DOT_TRANSPARENT = NO
|
||||
DOT_MULTI_TARGETS = NO
|
||||
GENERATE_LEGEND = YES
|
||||
DOT_CLEANUP = YES
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::additions related to the search engine
|
||||
#---------------------------------------------------------------------------
|
||||
SEARCHENGINE = NO
|
||||
@@ -1,56 +0,0 @@
|
||||
#
|
||||
# Winefile Makefile for MinGW
|
||||
#
|
||||
|
||||
CC = gcc
|
||||
LD = gcc
|
||||
|
||||
CFLAGS = -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501
|
||||
RCFLAGS = -D__WINDRES__
|
||||
LFLAGS = -Wl,--subsystem,windows
|
||||
|
||||
ifdef DEBUG
|
||||
CFLAGS += -D_DEBUG -g
|
||||
RCFLAGS += -D_DEBUG
|
||||
LFLAGS += -g
|
||||
else
|
||||
CFLAGS += -DNDEBUG -Os
|
||||
RCFLAGS += -DNDEBUG
|
||||
LFLAGS += -s
|
||||
endif
|
||||
|
||||
ifndef UNICODE
|
||||
UNICODE = 1
|
||||
endif
|
||||
|
||||
ifeq ($(UNICODE),1)
|
||||
CFLAGS += -DUNICODE
|
||||
#LFLAGS += -Wl,--entry,_wWinMain@16
|
||||
RCFLAGS += -DUNICODE
|
||||
endif
|
||||
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
||||
EXEC_SUFFIX = .exe
|
||||
RES_SUFFIX = .coff
|
||||
|
||||
PROGRAM = winefile
|
||||
|
||||
OBJECTS = winefile.o
|
||||
|
||||
LIBS = uuid user32 gdi32 advapi32 comctl32 shell32 comdlg32 ole32 version mpr
|
||||
|
||||
DELAYIMPORTS =
|
||||
|
||||
TARGET = $(PROGRAM)$(EXEC_SUFFIX)
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): $(OBJECTS) $(PROGRAM)$(RES_SUFFIX)
|
||||
$(LD) $(LFLAGS) -o $@ $^ $(addprefix -l,$(LIBS)) $(addprefix -l,$(DELAYIMPORTS))
|
||||
|
||||
$(PROGRAM)$(RES_SUFFIX): $(PROGRAM).rc *.bmp *.ico
|
||||
windres $(RCFLAGS) -o $@ $(PROGRAM).rc
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX)
|
||||
@@ -14,6 +14,8 @@ C_SRCS = \
|
||||
|
||||
RC_SRCS = rsrc.rc
|
||||
|
||||
SVG_SRCS = winefile.svg
|
||||
|
||||
@MAKE_PROG_RULES@
|
||||
|
||||
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
<hr size="1">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td><address style="align: right;"><small>
|
||||
Winefile Source Code Documentation
|
||||
<br>generated on 02.10.2005 by <a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
|
||||
</small></address>
|
||||
</td>
|
||||
<td>
|
||||
<p align="right"><a href="http://www.sky.franken.de/winefile/" target="_parent">Winefile Homepage</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<hr size="1">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td><address style="align: right;"><small>
|
||||
Winefile Source Code Documentation
|
||||
<br>@GEN@ by <a href="http://www.doxygen.org/index.html">
|
||||
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
|
||||
</small></address>
|
||||
</td>
|
||||
<td>
|
||||
<p align="right"><a href="http://www.sky.franken.de/winefile/" target="_parent">Winefile Homepage</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
@@ -145,9 +145,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Jak používat nápovìdu\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Informace o Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Informace o &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -195,7 +192,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Pøíkazový øádek"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Zatím neimplementováno"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
|
||||
@@ -137,9 +137,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "Hilfe &verwenden\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Info über Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Info über &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -240,7 +237,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Noch nicht implementiert"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -258,30 +254,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s von %s frei"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LIZENZ"
|
||||
IDS_LICENSE,
|
||||
"Diese Bibliothek ist freie Software; Sie dürfen sie unter den \
|
||||
Bedingungen der GNU Lesser General Public License, wie von der \
|
||||
Free Software Foundation veröffentlicht, weiterverteilen und/oder \
|
||||
modifizieren; entweder gemäß Version 2.1 der Lizenz oder (nach \
|
||||
Ihrer Option) jeder späteren Version.\n\
|
||||
Diese Bibliothek wird in der Hoffnung weiterverbreitet, daß sie \
|
||||
nützlich sein wird, jedoch OHNE IRGENDEINE GARANTIE, auch ohne \
|
||||
die implizierte Garantie der MARKTREIFE oder der VERWENDBARKEIT \
|
||||
FÜR EINEN BESTIMMTEN ZWECK. Mehr Details finden Sie in der \
|
||||
GNU Lesser General Public License.\n\
|
||||
Sie sollten eine Kopie der GNU Lesser General Public License zusammen \
|
||||
mit dieser Bibliothek erhalten haben; falls nicht, schreiben Sie an \
|
||||
die Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, \
|
||||
Boston, MA 02110, USA."
|
||||
|
||||
IDS_WARRANTY_CAPTION, "KEINE GARANTIE"
|
||||
IDS_WARRANTY,
|
||||
"Diese Bibliothek wird in der Hoffnung weiterverbreitet, daß sie nützlich \
|
||||
sein wird, jedoch OHNE IRGENDEINE GARANTIE, auch ohne die implizierte Garantie \
|
||||
der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Mehr Details \
|
||||
finden Sie in der GNU Lesser General Public License."
|
||||
}
|
||||
|
||||
@@ -140,10 +140,7 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "Help &Search...\tF1", ID_HELP
|
||||
MENUITEM "&Using Help\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Info about Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Info about &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
MENUITEM "&About Winefile...", ID_ABOUT
|
||||
}
|
||||
}
|
||||
|
||||
@@ -236,7 +233,7 @@ STRINGTABLE
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_WINEFILE "Winefile"
|
||||
IDS_WINEFILE "Wine File Manager"
|
||||
IDS_ERROR "Error"
|
||||
IDS_ROOT_FS "root fs"
|
||||
IDS_UNIXFS "unixfs"
|
||||
@@ -244,7 +241,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Not yet implemented"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -262,27 +258,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s of %s free"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LICENSE"
|
||||
IDS_LICENSE,
|
||||
"This library is free software; you can redistribute it and/or \
|
||||
modify it under the terms of the GNU Lesser General Public \
|
||||
License as published by the Free Software Foundation; either \
|
||||
version 2.1 of the License, or (at your option) any later version.\n\
|
||||
This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details.\n\
|
||||
You should have received a copy of the GNU Lesser General Public \
|
||||
License along with this library; if not, write to the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "NO WARRANTY"
|
||||
IDS_WARRANTY,
|
||||
"This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details."
|
||||
}
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Usando la ayuda\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Acerca de Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Acerca de &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,7 +239,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Aún no implementado"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -260,27 +256,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s de %s libre"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LICENCIA"
|
||||
IDS_LICENSE,
|
||||
"This library is free software; you can redistribute it and/or \
|
||||
modify it under the terms of the GNU Lesser General Public \
|
||||
License as published by the Free Software Foundation; either \
|
||||
version 2.1 of the License, or (at your option) any later version.\n\
|
||||
This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details.\n\
|
||||
You should have received a copy of the GNU Lesser General Public \
|
||||
License along with this library; if not, write to the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "SIN GARANTÍA"
|
||||
IDS_WARRANTY,
|
||||
"This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details."
|
||||
}
|
||||
|
||||
@@ -143,9 +143,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Utiliser l'aide\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "À &propos de Winefile", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "À propos de &Wine", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -246,7 +243,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Pas encore implémenté"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -264,30 +260,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s sur %s libre"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LICENCE"
|
||||
IDS_LICENSE,
|
||||
"Cette bibliothèque est libre, vous pouvez la redistribuer et/ou \
|
||||
la modifier selon les termes de la Licence Publique Générale GNU \
|
||||
Limitée publiée par la Free Software Foundation (version 2.1 ou \
|
||||
bien toute autre version ultérieure choisie par vous).\n\
|
||||
Cette bibliothèque est distribuée car potentiellement utile, \
|
||||
mais SANS AUCUNE GARANTIE, ni explicite ni implicite, y compris \
|
||||
les garanties de commercialisation ou d'adaptation dans un but \
|
||||
spécifique. Reportez-vous à la Licence Publique Générale GNU \
|
||||
Limitée pour plus de détails.\n\
|
||||
Vous devez avoir reçu une copie de la Licence Publique Générale \
|
||||
GNU Limitée en même temps que cette bibliothèque ; si ce n'est pas \
|
||||
le cas, écrivez à la Free Software Foundation, Inc., 51 Franklin St, \
|
||||
Fifth Floor, Boston, MA 02111-1301, États-Unis."
|
||||
|
||||
IDS_WARRANTY_CAPTION, "AUCUNE GARANTIE"
|
||||
IDS_WARRANTY,
|
||||
"Cette bibliothèque est distribuée car potentiellement utile, \
|
||||
mais SANS AUCUNE GARANTIE, ni explicite ni implicite, y compris \
|
||||
les garanties de commercialisation ou d'adaptation dans un but \
|
||||
spécifique. Reportez-vous à la Licence Publique Générale GNU \
|
||||
Limitée pour plus de détails."
|
||||
}
|
||||
|
||||
@@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Használat\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Winefile-ról...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "W&ine-ról...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Uso dell Guida\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Informazioni su Winefile...",ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Informazioni su &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "도움말 사용법(&U)\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Winefile 관련 정보(&I)...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "&Wine 관련 정보...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -245,7 +242,6 @@ STRINGTABLE
|
||||
IDS_SHELL "셀"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "미구현"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine 파일"
|
||||
}
|
||||
|
||||
@@ -263,28 +259,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s of %s 사용가능"
|
||||
}
|
||||
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "라이센"
|
||||
IDS_LICENSE,
|
||||
"This library is free software; you can redistribute it and/or \
|
||||
modify it under the terms of the GNU Lesser General Public \
|
||||
License as published by the Free Software Foundation; either \
|
||||
version 2.1 of the License, or (at your option) any later version.\n\
|
||||
This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details.\n\
|
||||
You should have received a copy of the GNU Lesser General Public \
|
||||
License along with this library; if not, write to the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "보증 없음"
|
||||
IDS_WARRANTY,
|
||||
"This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details."
|
||||
}
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "Br&uk av hjelp\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Informasjon om Filbehandling . . .", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Informasjon om &Wine . . .", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,7 +239,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Skall"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Ikke implementert ennå"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Filbehandling"
|
||||
}
|
||||
|
||||
@@ -260,27 +256,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s av %s ledig"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LISENS"
|
||||
IDS_LICENSE,
|
||||
"Dette biblioteket er fri programvare; du kan redistribuere det \
|
||||
og/eller endre det under vilkårene i «GNU Lesser General Public \
|
||||
License», utgitt av the Free Software Foundation; enten \
|
||||
versjon 2.1 av Lisensen, eller (hvis du ønsker det) en nyere versjon.\n\
|
||||
Dette biblioteket distribueres i håp om at det er nyttig, \
|
||||
men UTEN ENHVER GARANTI; ikke engang den uttrykte garantien for \
|
||||
HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORMÅL. Se «GNU \
|
||||
Lesser General Public License» for flere detaljer.\n\
|
||||
Du skal ha mottatt et eksemplar av «GNU Lesser General Public \
|
||||
License» sammen med dette biblioteket; hvis ikke, skriv til: the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "INGEN GARANTI"
|
||||
IDS_WARRANTY,
|
||||
"Dette biblioteket distribueres i håp om at det er nyttig, \
|
||||
men UTEN ENHVER GARANTI; ikke engang en uttrykte garantien for \
|
||||
HANDELSDYKTIGHET eller EGNETHET FOR ET SPESIELT FORMÅL. Se «GNU \
|
||||
Lesser General Public License» for flere detaljer."
|
||||
}
|
||||
|
||||
@@ -138,9 +138,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Instructie\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Over Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Over &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,3 +155,103 @@ FONT 8, "MS Shell Dlg"
|
||||
PUSHBUTTON "Annuleren", 2, 158, 23, 47, 14
|
||||
PUSHBUTTON "&Help", 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
IDD_SELECT_DESTINATION DIALOG FIXED IMPURE 15, 13, 210, 63
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Selecteer bestemming"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
{
|
||||
CONTROL "", 101, "Static", SS_SIMPLE|SS_NOPREFIX, 3, 6, 162, 10
|
||||
CONTROL "&Locatie:", -1, "Static", SS_LEFTNOWORDWRAP|WS_GROUP, 3, 18, 60, 10
|
||||
EDITTEXT 201, 3, 29, 134, 12, ES_AUTOHSCROLL
|
||||
DEFPUSHBUTTON "OK", 1, 158, 6, 47, 14
|
||||
PUSHBUTTON "Annuleren", 2, 158, 23, 47, 14
|
||||
PUSHBUTTON "&Bladeren", 254, 158, 43, 47, 14
|
||||
}
|
||||
|
||||
IDD_DIALOG_VIEW_TYPE DIALOG DISCARDABLE 15, 13, 161, 97
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Per Bestandstype"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
LTEXT "&Naam:",-1,7,8,22,10
|
||||
EDITTEXT IDC_VIEW_PATTERN,31,7,63,12,ES_AUTOHSCROLL
|
||||
GROUPBOX "Bestandstype",-1,7,23,87,56
|
||||
CONTROL "&Directories",IDC_VIEW_TYPE_DIRECTORIES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,32,70,10
|
||||
CONTROL "&Programma's",IDC_VIEW_TYPE_PROGRAMS,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,43,70,10
|
||||
CONTROL "Docu&menten",IDC_VIEW_TYPE_DOCUMENTS,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,54,70,10
|
||||
CONTROL "&Overige bestanden",IDC_VIEW_TYPE_OTHERS,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,13,65,70,10
|
||||
CONTROL "Toon Verborgen/&Systeem Bestanden",IDC_VIEW_TYPE_HIDDEN,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,81,106,9
|
||||
DEFPUSHBUTTON "OK",IDOK,104,7,50,14
|
||||
PUSHBUTTON "Annuleren",IDCANCEL,104,24,50,14
|
||||
END
|
||||
|
||||
IDD_DIALOG_PROPERTIES DIALOG DISCARDABLE 0, 0, 248, 215
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Eigenschappen voor %s"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,191,7,50,14
|
||||
PUSHBUTTON "Annuleren",IDCANCEL,191,29,50,14
|
||||
LTEXT "&Bestandsnaam:",-1,7,7,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_FILENAME,71,7,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Volledig &Pad:",-1,7,18,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_PATH,71,18,120,9, ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Laatste Wijziging:",-1,7,29,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_LASTCHANGE,71,29,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Versie:",-1,7,40,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_VERSION,71,40,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Cop&yright:",-1,7,51,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_COPYRIGHT,71,51,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
LTEXT "Grootte:",-1,7,62,59,9
|
||||
EDITTEXT IDC_STATIC_PROP_SIZE,71,62,120,9,ES_READONLY | NOT WS_BORDER | WS_TABSTOP
|
||||
GROUPBOX "Attributen",-1,7,79,158,46
|
||||
CONTROL "A&lleen Lezen",IDC_CHECK_READONLY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,91,68,9
|
||||
CONTROL "V&erborgen",IDC_CHECK_HIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,91,68,9
|
||||
CONTROL "&Archiveren",IDC_CHECK_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,101,68,9
|
||||
CONTROL "&Systeem",IDC_CHECK_SYSTEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,92,101,68,9
|
||||
CONTROL "Ge&comprimeerd",IDC_CHECK_COMPRESSED,"Button", BS_AUTOCHECKBOX | WS_TABSTOP,17,111,68,9
|
||||
GROUPBOX "&Versie Informatie",-1,7,129,234,79
|
||||
LISTBOX IDC_LIST_PROP_VERSION_TYPES,13,139,107,63,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
||||
EDITTEXT IDC_LIST_PROP_VERSION_VALUES,123,139,111,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
|
||||
END
|
||||
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_FONT_SEL_DLG_NAME "Lettertype wordt toegepast"
|
||||
IDS_FONT_SEL_ERROR "Probleem tijdens het selecteren van het nieuwe lettertype."
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_WINEFILE "Winefile"
|
||||
IDS_ERROR "Fout"
|
||||
IDS_ROOT_FS "root fs"
|
||||
IDS_UNIXFS "unixfs"
|
||||
IDS_DESKTOP "Bureaublad"
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Nog niet geimplementeerd"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_COL_NAME "Naam"
|
||||
IDS_COL_SIZE "Grootte"
|
||||
IDS_COL_CDATE "CDatum"
|
||||
IDS_COL_ADATE "ADatum"
|
||||
IDS_COL_MDATE "MDatum"
|
||||
IDS_COL_IDX "Index/Inode"
|
||||
IDS_COL_LINKS "Links"
|
||||
IDS_COL_ATTR "Attributen"
|
||||
IDS_COL_SEC "Beveiliging"
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s van %s vrij"
|
||||
}
|
||||
|
||||
@@ -142,9 +142,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&U¿ywanie pomocy", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "W&ine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -244,7 +241,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Pulpit" /* t³umaczenie nie dos³owne, ale chyba lepiej pasuje */
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Jeszcze nie zaimplementowane"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -262,27 +258,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s z %s wolne"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "LICENCJA"
|
||||
IDS_LICENSE,
|
||||
"This library is free software; you can redistribute it and/or \
|
||||
modify it under the terms of the GNU Lesser General Public \
|
||||
License as published by the Free Software Foundation; either \
|
||||
version 2.1 of the License, or (at your option) any later version.\n\
|
||||
This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details.\n\
|
||||
You should have received a copy of the GNU Lesser General Public \
|
||||
License along with this library; if not, write to the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "BEZ GWARANCJI"
|
||||
IDS_WARRANTY,
|
||||
"This library is distributed in the hope that it will be useful, \
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of \
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU \
|
||||
Lesser General Public License for more details."
|
||||
}
|
||||
|
||||
@@ -141,9 +141,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Usando a ajuda", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Sobre o Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Sobre o &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -264,9 +261,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "Pesquisar...", ID_HELP
|
||||
MENUITEM "&Usar a ajuda", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Acerca do &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -348,7 +342,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Ainda não implementado"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -364,7 +357,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Linha de Comandos"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Ainda não implementado"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Ficheiro Wine"
|
||||
}
|
||||
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Èñïîëüçîâàíèå ñïðàâêè\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Î Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Î &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -241,7 +238,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Shell"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Åù¸ íå ðåàëèçîâàíî"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
@@ -259,27 +255,3 @@ STRINGTABLE
|
||||
|
||||
IDS_FREE_SPACE_FMT "%s èç %s ñâîáîäíî"
|
||||
}
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
IDS_LICENSE_CAPTION, "Ëèöåíçèÿ"
|
||||
IDS_LICENSE,
|
||||
"Ýòà ðàáîòà ÿâëÿåòñÿ ñâîáîäíûì ïðîãðàììíûì îáåñïå÷åíèåì; âû ìîæåòå ñâîáîäíî ðàñïðîñòðàíÿòü è/èëè \
|
||||
èçìåíÿòü å¸ ïðè ñîáëþäåíèè óñëîâèé ëèöåíçèè GNU Lesser General Public \
|
||||
êîòîðàÿ áûëà îïóáëèêîâàíà Free Software Foundation; \
|
||||
ëèáî âåðñèè 2.1, ëèáî ëþáîé áîëåå ïîçäíåé âåðñèè.\n\
|
||||
Äàííàÿ ðàáîòà ðàñïðîñòðàíÿåòñÿ â íàäåæäå, ÷òî îíà áóäåò ïîëåçíîé, \
|
||||
íî ÁÅÇ ÂÑßÊÎÉ ÃÀÐÀÍÒÈÈ; â òîì ÷èñëå áåç âûòåêàþùåé ãàðàíòèè \
|
||||
ÒÎÂÀÐÍÎÉ ÏÐÈÃÎÄÍÎÑÒÈ èëè ÏÐÈÃÎÄÍÎÑÒÈ ÄËß ×ÀÑÒÍÎÃÎ ÈÑÏÎËÜÇÎÂÀÍÈß. \
|
||||
Ñì. GNU Lesser General Public License äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè.\n\
|
||||
Âû äîëæíû áûëè ïîëó÷èòü êîïèþ the GNU Lesser General Public \
|
||||
License âìåñòå ñ ýòîé ðàáîòîé; åñëè íåò, ïèøèòå: the Free Software \
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA"
|
||||
|
||||
IDS_WARRANTY_CAPTION, "Îòñóòñòâèå ãàðàíòèè"
|
||||
IDS_WARRANTY,
|
||||
"Äàííàÿ ðàáîòà ðàñïðîñòðàíÿåòñÿ â íàäåæäå, ÷òî îíà áóäåò ïîëåçíîé, \
|
||||
íî ÁÅÇ ÂÑßÊÎÉ ÃÀÐÀÍÒÈÈ; â òîì ÷èñëå áåç âûòåêàþùåé ãàðàíòèè \
|
||||
ÒÎÂÀÐÍÎÉ ÏÐÈÃÎÄÍÎÑÒÈ èëè ÏÐÈÃÎÄÍÎÑÒÈ ÄËß ×ÀÑÒÍÎÃÎ ÈÑÏÎËÜÇÎÂÀÍÈß. \
|
||||
Ñì. GNU Lesser General Public License äëÿ áîëåå ïîäðîáíîé èíôîðìàöèè."
|
||||
}
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Using Help\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Info about Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Info about &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "&Använda hjälpen\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Information om &Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "Info about &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,7 +186,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Skal"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Ej implementerat ännu"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine File"
|
||||
}
|
||||
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "Yardým &Kullanýmý\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Winefile hakkýnda &bilgi...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "&Wine hakkýnda bilgi...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -242,7 +239,6 @@ STRINGTABLE
|
||||
IDS_SHELL "Kabuk"
|
||||
IDS_TITLEFMT "%s - %s"
|
||||
IDS_NO_IMPL "Henüz tamamlanmadý"
|
||||
IDS_WINE "WINE"
|
||||
IDS_WINE_FILE "Wine Dosya Yöneticisi"
|
||||
}
|
||||
|
||||
|
||||
@@ -139,9 +139,6 @@ IDM_WINEFILE MENU FIXED IMPURE
|
||||
MENUITEM "使用帮助(&U)\tF1", ID_HELP_USING
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&关于 Winefile...", ID_ABOUT
|
||||
#ifdef __WINE__
|
||||
MENUITEM "关于 &Wine...", ID_ABOUT_WINE
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ <doxy-footer.htmt >doxy-footer.html
|
||||
doxygen Doxyfile
|
||||
@@ -1,93 +0,0 @@
|
||||
# Microsoft Developer Studio Project File - Name="make_winefile" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) External Target" 0x0106
|
||||
|
||||
CFG=make_winefile - Win32 Debug
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "make_winefile.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "make_winefile.mak" CFG="make_winefile - Win32 Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "make_winefile - Win32 Release" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE "make_winefile - Win32 Debug" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP AllowPerConfigDependencies 0
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
|
||||
!IF "$(CFG)" == "make_winefile - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "Release"
|
||||
# PROP BASE Intermediate_Dir "Release"
|
||||
# PROP BASE Cmd_Line "NMAKE /f make_winefile.mak"
|
||||
# PROP BASE Rebuild_Opt "/a"
|
||||
# PROP BASE Target_File "make_winefile.exe"
|
||||
# PROP BASE Bsc_Name "make_winefile.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Cmd_Line "msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW"
|
||||
# PROP Rebuild_Opt "clean all"
|
||||
# PROP Target_File "winefile.exe"
|
||||
# PROP Bsc_Name ""
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ELSEIF "$(CFG)" == "make_winefile - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
# PROP BASE Cmd_Line "NMAKE /f make_winefile.mak"
|
||||
# PROP BASE Rebuild_Opt "/a"
|
||||
# PROP BASE Target_File "make_winefile.exe"
|
||||
# PROP BASE Bsc_Name "make_winefile.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
# PROP Cmd_Line "msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW DEBUG=1"
|
||||
# PROP Rebuild_Opt "clean all"
|
||||
# PROP Target_File "winefile.exe"
|
||||
# PROP Bsc_Name ""
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "make_winefile - Win32 Release"
|
||||
# Name "make_winefile - Win32 Debug"
|
||||
|
||||
!IF "$(CFG)" == "make_winefile - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "make_winefile - Win32 Debug"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=".\Makefile-MinGW"
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winefile.rbuild
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
@@ -1,77 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8,00"
|
||||
Name="make_winefile"
|
||||
ProjectGUID="{D5D64C37-5820-4EE1-9982-98A2CFFAC645}"
|
||||
RootNamespace="make_winefile"
|
||||
Keyword="MakeFileProj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\Debug"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="0"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW DEBUG=1"
|
||||
ReBuildCommandLine="msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW DEBUG=1 clean all"
|
||||
CleanCommandLine=""
|
||||
Output="winefile.exe"
|
||||
PreprocessorDefinitions=""
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="0"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine="msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW"
|
||||
ReBuildCommandLine="msdevfilt -gcc -pipe "perl d:\tools\gSTLFilt.pl" make -f Makefile-MinGW clean all"
|
||||
CleanCommandLine=""
|
||||
Output="winefile.exe"
|
||||
PreprocessorDefinitions=""
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath="Makefile-MinGW"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\winefile.rbuild"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -1,3 +0,0 @@
|
||||
doxygen Doxyfile
|
||||
cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
|
||||
move /y doxy-doc\html\index.chm winefile.chm
|
||||
@@ -101,9 +101,6 @@
|
||||
|
||||
/* winefile extensions */
|
||||
|
||||
#define ID_ABOUT_WINE 0x8000
|
||||
#define ID_LICENSE 0x8001
|
||||
#define ID_NO_WARRANTY 0x8002
|
||||
#define ID_WINDOW_AUTOSORT 0x8003
|
||||
#define ID_VIEW_FULLSCREEN 0x8004
|
||||
#define ID_PREFERRED_SIZES 0x8005
|
||||
@@ -122,8 +119,7 @@
|
||||
#define IDS_SHELL 1205
|
||||
#define IDS_TITLEFMT 1206
|
||||
#define IDS_NO_IMPL 1207
|
||||
#define IDS_WINE 1208
|
||||
#define IDS_WINE_FILE 1209
|
||||
#define IDS_WINE_FILE 1208
|
||||
|
||||
#define IDS_COL_NAME 1210
|
||||
#define IDS_COL_SIZE 1211
|
||||
@@ -136,11 +132,6 @@
|
||||
#define IDS_COL_SEC 1218
|
||||
#define IDS_FREE_SPACE_FMT 1219
|
||||
|
||||
#define IDS_LICENSE_CAPTION 1300
|
||||
#define IDS_LICENSE 1301
|
||||
#define IDS_WARRANTY_CAPTION 1302
|
||||
#define IDS_WARRANTY 1303
|
||||
|
||||
/* range for drive bar command ids: 0x9000..0x90FF */
|
||||
|
||||
#ifdef __WINE__
|
||||
|
||||
@@ -55,20 +55,20 @@ IDB_IMAGES BITMAP DISCARDABLE images.bmp
|
||||
|
||||
/* include localised resources */
|
||||
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/ko-KO.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/pt-PT.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sl-SI.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/tr-TR.rc"
|
||||
#include "lang/zh-CN.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/nb-NO.rc"
|
||||
@@ -244,22 +244,6 @@ static void display_network_error(HWND hwnd)
|
||||
MessageBox(hwnd, msg, RS(b2,IDS_WINEFILE), MB_OK);
|
||||
}
|
||||
|
||||
static VOID WineLicense(HWND Wnd)
|
||||
{
|
||||
WCHAR cap[20], text[1024];
|
||||
LoadStringW(Globals.hInstance, IDS_LICENSE, text, 1024);
|
||||
LoadStringW(Globals.hInstance, IDS_LICENSE_CAPTION, cap, 20);
|
||||
MessageBoxW(Wnd, text, cap, MB_ICONINFORMATION | MB_OK);
|
||||
}
|
||||
|
||||
static VOID WineWarranty(HWND Wnd)
|
||||
{
|
||||
WCHAR cap[20], text[1024];
|
||||
LoadStringW(Globals.hInstance, IDS_WARRANTY, text, 1024);
|
||||
LoadStringW(Globals.hInstance, IDS_WARRANTY_CAPTION, cap, 20);
|
||||
MessageBoxW(Wnd, text, cap, MB_ICONEXCLAMATION | MB_OK);
|
||||
}
|
||||
|
||||
static inline BOOL get_check(HWND hwnd, INT id)
|
||||
{
|
||||
return BST_CHECKED&SendMessageW(GetDlgItem(hwnd, id), BM_GETSTATE, 0, 0);
|
||||
@@ -2509,25 +2493,11 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
|
||||
|
||||
/*TODO: There are even more menu items! */
|
||||
|
||||
#ifndef _NO_EXTENSIONS
|
||||
#ifdef __WINE__
|
||||
case ID_LICENSE:
|
||||
WineLicense(Globals.hMainWnd);
|
||||
break;
|
||||
|
||||
case ID_NO_WARRANTY:
|
||||
WineWarranty(Globals.hMainWnd);
|
||||
break;
|
||||
|
||||
case ID_ABOUT_WINE:
|
||||
ShellAbout(hwnd, RS(b2,IDS_WINE), RS(b1,IDS_WINEFILE), 0);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case ID_ABOUT:
|
||||
ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL, 0);
|
||||
ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL,
|
||||
LoadImage( Globals.hInstance, MAKEINTRESOURCE(IDI_WINEFILE),
|
||||
IMAGE_ICON, 48, 48, LR_SHARED ));
|
||||
break;
|
||||
#endif /* _NO_EXTENSIONS */
|
||||
|
||||
default:
|
||||
/*TODO: if (wParam >= PM_FIRST_LANGUAGE && wParam <= PM_LAST_LANGUAGE)
|
||||
@@ -4491,7 +4461,7 @@ static LRESULT CALLBACK ChildWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
|
||||
|
||||
case ID_FILE_DELETE: {
|
||||
TCHAR path[BUFFER_LEN];
|
||||
SHFILEOPSTRUCT shfo = {hwnd, FO_DELETE, path};
|
||||
SHFILEOPSTRUCT shfo = {hwnd, FO_DELETE, path, NULL, FOF_ALLOWUNDO};
|
||||
|
||||
get_path(pane->cur, path);
|
||||
|
||||
|
||||
@@ -1,269 +0,0 @@
|
||||
# Microsoft Developer Studio Project File - Name="winefile" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) Application" 0x0101
|
||||
|
||||
CFG=winefile - Win32 Unicode Debug
|
||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||
!MESSAGE use the Export Makefile command and run
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "winefile.mak".
|
||||
!MESSAGE
|
||||
!MESSAGE You can specify a configuration when running NMAKE
|
||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||
!MESSAGE
|
||||
!MESSAGE NMAKE /f "winefile.mak" CFG="winefile - Win32 Unicode Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "winefile - Win32 Debug" (based on "Win32 (x86) Application")
|
||||
!MESSAGE "winefile - Win32 Unicode Debug" (based on "Win32 (x86) Application")
|
||||
!MESSAGE "winefile - Win32 UNICODE Release" (based on "Win32 (x86) Application")
|
||||
!MESSAGE "winefile - Win32 Release" (based on "Win32 (x86) Application")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP AllowPerConfigDependencies 0
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
CPP=cl.exe
|
||||
MTL=midl.exe
|
||||
RSC=rc.exe
|
||||
|
||||
!IF "$(CFG)" == "winefile - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "winefileDebug"
|
||||
# PROP Intermediate_Dir "winefileDebug"
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D _WIN32_WINNT=0x0501 /FR /FD /GZ /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x407 /d "_DEBUG"
|
||||
# ADD RSC /l 0x407 /i ".." /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||
|
||||
!ELSEIF "$(CFG)" == "winefile - Win32 Unicode Debug"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Unicode Debug"
|
||||
# PROP BASE Intermediate_Dir "Unicode Debug"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "winefileUDebug"
|
||||
# PROP Intermediate_Dir "winefileUDebug"
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D _WIN32_WINNT=0x0501 /FR /FD /GZ /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x407 /d "_DEBUG"
|
||||
# ADD RSC /l 0x407 /i ".." /d "_DEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||
|
||||
!ELSEIF "$(CFG)" == "winefile - Win32 UNICODE Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "winefile___Win32_UNICODE_Release"
|
||||
# PROP BASE Intermediate_Dir "winefile___Win32_UNICODE_Release"
|
||||
# PROP BASE Ignore_Export_Lib 0
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "winefileURelease"
|
||||
# PROP Intermediate_Dir "winefileURelease"
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "UNICODE" /D _WIN32_WINNT=0x0501 /FD /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x407 /d "NDEBUG"
|
||||
# ADD RSC /l 0x407 /i ".." /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
|
||||
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386
|
||||
|
||||
!ELSEIF "$(CFG)" == "winefile - Win32 Release"
|
||||
|
||||
# PROP BASE Use_MFC 0
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "winefile___Win32_Release"
|
||||
# PROP BASE Intermediate_Dir "winefile___Win32_Release"
|
||||
# PROP BASE Ignore_Export_Lib 0
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_MFC 0
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "."
|
||||
# PROP Intermediate_Dir "winefileRelease"
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "UNICODE" /D WINE_UNUSED= /YX /FD /c
|
||||
# ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D _WIN32_WINNT=0x0501 /FD /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
||||
# ADD BASE RSC /l 0x407 /d "NDEBUG"
|
||||
# ADD RSC /l 0x407 /i ".." /d "NDEBUG"
|
||||
BSC32=bscmake.exe
|
||||
# ADD BASE BSC32 /nologo
|
||||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
|
||||
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386 /out:"winefile-ansi.exe"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "winefile - Win32 Debug"
|
||||
# Name "winefile - Win32 Unicode Debug"
|
||||
# Name "winefile - Win32 UNICODE Release"
|
||||
# Name "winefile - Win32 Release"
|
||||
# Begin Group "Resources"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\cs.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\de.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\drivebar.bmp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\en.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\es.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\fr.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\hu.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\images.bmp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\it.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\nl.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\pl.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\pt.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\resource.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ru.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\si.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\Sv.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\toolbar.bmp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winefile.ico
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winefile.rc
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\zh.rc
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\resource.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\splitpath.c
|
||||
# PROP Exclude_From_Build 1
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winefile.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\winefile.h
|
||||
# End Source File
|
||||
# End Target
|
||||
# End Project
|
||||
@@ -1,41 +0,0 @@
|
||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "make_explorer"=.\make_winefile.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "winefile"=.\winefile.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
@@ -43,10 +43,6 @@
|
||||
#include <locale.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef __WINE__
|
||||
#include <malloc.h> /* for alloca() */
|
||||
#endif
|
||||
|
||||
#include <shellapi.h> /* for ShellExecute() */
|
||||
#include <shlobj.h> /* for SHFormatDrive() */
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 15 KiB |
@@ -6,18 +6,18 @@
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x0501</define>
|
||||
<define name="_WIN32_WINNT">0x0501</define>
|
||||
<library>uuid</library>
|
||||
<library>kernel32</library>
|
||||
<library>gdi32</library>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
<library>advapi32</library>
|
||||
<library>comdlg32</library>
|
||||
<library>shell32</library>
|
||||
<library>comdlg32</library>
|
||||
<library>comctl32</library>
|
||||
<library>ole32</library>
|
||||
<library>version</library>
|
||||
<library>mpr</library>
|
||||
<library>version</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>advapi32</library>
|
||||
<library>kernel32</library>
|
||||
<library>uuid</library>
|
||||
<file>winefile.c</file>
|
||||
<file>winefile.rc</file>
|
||||
<file>rsrc.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_winefile", "make_winefile.vcproj", "{D5D64C37-5820-4EE1-9982-98A2CFFAC645}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winefile", "winefile.vcproj", "{33A963F1-6C9A-4582-80E5-C6AAD0173499}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
Unicode Debug|Win32 = Unicode Debug|Win32
|
||||
UNICODE Release|Win32 = UNICODE Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Release|Win32.Build.0 = Release|Win32
|
||||
{D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Unicode Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{D5D64C37-5820-4EE1-9982-98A2CFFAC645}.Unicode Debug|Win32.Build.0 = Debug|Win32
|
||||
{D5D64C37-5820-4EE1-9982-98A2CFFAC645}.UNICODE Release|Win32.ActiveCfg = Release|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.Release|Win32.Build.0 = Release|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.UNICODE Release|Win32.ActiveCfg = UNICODE Release|Win32
|
||||
{33A963F1-6C9A-4582-80E5-C6AAD0173499}.UNICODE Release|Win32.Build.0 = UNICODE Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user