]> git.lyx.org Git - features.git/commitdiff
- Milestone 2 reached
authorAsger Ottar Alstrup <alstrup@lyx.org>
Sun, 23 Jan 2005 12:02:25 +0000 (12:02 +0000)
committerAsger Ottar Alstrup <alstrup@lyx.org>
Sun, 23 Jan 2005 12:02:25 +0000 (12:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9529 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/config.h
development/Win32/lyx.vcproj
development/Win32/package.C

index ae47c02b83e405e4cd00def48e0a838a483a8852..00bcc557939a4d69684bb5773550c71f9efab16a 100644 (file)
 #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
 #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 */
index 4a027248f3c14af529cb59a70bd3232de8d80be6..f2790cbc1322ed4721f942f17d1973b8f2e9a9c0 100644 (file)
                                <File
                                        RelativePath="..\..\src\support\lyxtime.h">
                                </File>
+                               <File
+                                       RelativePath="..\..\src\support\mkdir.C">
+                               </File>
                                <File
                                        RelativePath="..\..\src\support\os.h">
                                </File>
                                                        CompileAs="2"/>
                                        </FileConfiguration>
                                </File>
+                               <File
+                                       RelativePath="..\..\src\support\rmdir.C">
+                               </File>
                                <File
                                        RelativePath="..\..\src\support\socktools.C">
                                        <FileConfiguration
                                <File
                                        RelativePath="..\..\src\support\std_ostream.h">
                                </File>
-                               <File
-                                       RelativePath="..\..\src\support\strerror.c">
-                               </File>
                                <File
                                        RelativePath="..\..\src\support\systemcall.C">
                                        <FileConfiguration
                                <File
                                        RelativePath="..\..\src\support\types.h">
                                </File>
+                               <File
+                                       RelativePath="..\..\src\support\unlink.C">
+                               </File>
                                <File
                                        RelativePath="..\..\src\support\userinfo.C">
                                        <FileConfiguration
index 7733bff00689c0b2f369fba8c0c6317ed515500a..3b18a3c2d9380596a48cef0148cfe9d8ecf148c2 100644 (file)
@@ -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