[gtk+] MSVC build: Drop crypt implementation for MSVC



commit ea8873da5501804be76c0b4409f896fc60ed0b5e
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Mar 2 16:49:59 2016 +0800

    MSVC build: Drop crypt implementation for MSVC
    
    We are actually not using the crypt() in GDK-Broadway for quite a while,
    so the code implementation for MSVC is actually not used.  So, it's time
    to get rid of this.

 build/win32/Makefile.am       |    1 -
 build/win32/crypt/Makefile.am |    7 -
 build/win32/crypt/crypt.h     |   32 ---
 build/win32/crypt/crypt3.c    |  460 -----------------------------------------
 4 files changed, 0 insertions(+), 500 deletions(-)
---
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 9fa15e8..6563fb3 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -1,7 +1,6 @@
 include $(top_srcdir)/Makefile.decl
 
 SUBDIRS =      \
-       crypt   \
        vs9     \
        vs10    \
        vs11    \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]