mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
- Milestone 2 reached
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9529 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f7b0492174
commit
75cf91c786
@ -228,7 +228,7 @@
|
||||
#define HAVE_MEMPCPY 1
|
||||
|
||||
/* Define to 1 if you have the `mkdir' function. */
|
||||
#define HAVE_MKDIR 1
|
||||
/* #define HAVE_MKDIR */
|
||||
|
||||
/* Define to 1 if you have the `mkfifo' function. */
|
||||
#define HAVE_MKFIFO 1
|
||||
@ -370,7 +370,7 @@
|
||||
#define HAVE_ZLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the `_mkdir' function. */
|
||||
/* #undef HAVE__MKDIR */
|
||||
#define HAVE__MKDIR 1
|
||||
|
||||
/* Define to 1 if you have the `__argz_count' function. */
|
||||
/* #undef HAVE___ARGZ_COUNT */
|
||||
|
@ -10642,6 +10642,9 @@
|
||||
<File
|
||||
RelativePath="..\..\src\support\lyxtime.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\mkdir.C">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\os.h">
|
||||
</File>
|
||||
@ -10699,6 +10702,9 @@
|
||||
CompileAs="2"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\rmdir.C">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\socktools.C">
|
||||
<FileConfiguration
|
||||
@ -10717,9 +10723,6 @@
|
||||
<File
|
||||
RelativePath="..\..\src\support\std_ostream.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\strerror.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\systemcall.C">
|
||||
<FileConfiguration
|
||||
@ -10750,6 +10753,9 @@
|
||||
<File
|
||||
RelativePath="..\..\src\support\types.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\unlink.C">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\support\userinfo.C">
|
||||
<FileConfiguration
|
||||
|
@ -170,13 +170,13 @@ string const top_srcdir()
|
||||
|
||||
string const hardcoded_localedir()
|
||||
{
|
||||
return string("c:\\lyx\\lyx-devel\\share\\locale");
|
||||
return string("c:\\lyx\\lyx-devel\\lib\\locale");
|
||||
}
|
||||
|
||||
|
||||
string const hardcoded_system_support_dir()
|
||||
{
|
||||
return string("c:\\lyx\\lyx-devel\\share");
|
||||
return string("c:\\lyx\\lyx-devel\\lib");
|
||||
}
|
||||
|
||||
} // namespace anon
|
||||
|
Loading…
Reference in New Issue
Block a user