Fix Visual Studio projects to match with source code file changes
This commit is contained in:
parent
56360b16dc
commit
247500cab7
4 changed files with 13 additions and 13 deletions
|
@ -65,7 +65,6 @@ OBJS = \
|
|||
$(OBJDIR)\eloop_win.obj \
|
||||
$(OBJDIR)\sha1.obj \
|
||||
$(OBJDIR)\md5.obj \
|
||||
$(OBJDIR)\rc4.obj \
|
||||
$(OBJDIR)\aes-cbc.obj \
|
||||
$(OBJDIR)\aes-ctr.obj \
|
||||
$(OBJDIR)\aes-eax.obj \
|
||||
|
@ -123,6 +122,7 @@ OBJS = \
|
|||
$(OBJDIR)\ms_funcs.obj \
|
||||
$(OBJDIR)\crypto_openssl.obj \
|
||||
$(OBJDIR)\pcsc_funcs.obj \
|
||||
$(OBJDIR)\notify.obj \
|
||||
$(OBJDIR)\ndis_events.obj
|
||||
|
||||
# OBJS = $(OBJS) $(OBJDIR)\eap_fast.obj
|
||||
|
|
|
@ -354,6 +354,10 @@
|
|||
RelativePath="..\..\..\src\eap_peer\mschapv2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\notify.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\utils\os_win32.c"
|
||||
>
|
||||
|
@ -382,10 +386,6 @@
|
|||
RelativePath="..\..\..\src\radius\radius_client.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\crypto\rc4.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\scan.c"
|
||||
>
|
||||
|
|
|
@ -350,6 +350,10 @@
|
|||
RelativePath="..\..\..\src\drivers\ndis_events.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\notify.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\utils\os_win32.c"
|
||||
>
|
||||
|
@ -370,10 +374,6 @@
|
|||
RelativePath="..\..\..\src\rsn_supp\preauth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\crypto\rc4.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\scan.c"
|
||||
>
|
||||
|
|
|
@ -350,6 +350,10 @@
|
|||
RelativePath="..\..\..\src\drivers\ndis_events.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\notify.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\utils\os_win32.c"
|
||||
>
|
||||
|
@ -370,10 +374,6 @@
|
|||
RelativePath="..\..\..\src\rsn_supp\preauth.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\crypto\rc4.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\scan.c"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue