1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

- Updated VisualC project and workspace files

This commit is contained in:
Paul Bakker
2009-05-03 10:20:29 +00:00
parent 40ea7de46d
commit c500bb7c43
5 changed files with 423 additions and 79 deletions

View File

@ -63,8 +63,8 @@ LIB32=link.exe -lib
# PROP Output_Dir ""
# PROP Intermediate_Dir "temp"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /W3 /Gm /GX /Z7 /Od /I "../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD CPP /nologo /W3 /GX /Z7 /Od /I "../include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
# ADD BASE RSC /l 0x40c /d "_DEBUG"
# ADD RSC /l 0x40c /d "_DEBUG"
BSC32=bscmake.exe
@ -89,10 +89,6 @@ SOURCE=..\library\aes.c
# End Source File
# Begin Source File
SOURCE=..\library\camellia.c
# End Source File
# Begin Source File
SOURCE=..\library\arc4.c
# End Source File
# Begin Source File
@ -105,6 +101,10 @@ SOURCE=..\library\bignum.c
# End Source File
# Begin Source File
SOURCE=..\library\camellia.c
# End Source File
# Begin Source File
SOURCE=..\library\certs.c
# End Source File
# Begin Source File
@ -179,6 +179,10 @@ SOURCE=..\library\timing.c
SOURCE=..\library\x509parse.c
# End Source File
# Begin Source File
SOURCE=..\library\xtea.c
# End Source File
# End Group
# Begin Group "Header Files"
@ -189,10 +193,6 @@ SOURCE=..\include\polarssl\aes.h
# End Source File
# Begin Source File
SOURCE=..\include\polarssl\camellia.h
# End Source File
# Begin Source File
SOURCE=..\include\polarssl\arc4.h
# End Source File
# Begin Source File
@ -209,6 +209,10 @@ SOURCE=..\include\polarssl\bn_mul.h
# End Source File
# Begin Source File
SOURCE=..\include\polarssl\camellia.h
# End Source File
# Begin Source File
SOURCE=..\include\polarssl\certs.h
# End Source File
# Begin Source File
@ -279,6 +283,10 @@ SOURCE=..\include\polarssl\timing.h
SOURCE=..\include\polarssl\x509.h
# End Source File
# Begin Source File
SOURCE=..\include\polarssl\xtea.h
# End Source File
# End Group
# End Target
# End Project