Browse Source

Fix Visual Studio projects to match with source code file changes

Jouni Malinen 15 years ago
parent
commit
247500cab7

+ 1 - 1
wpa_supplicant/nmake.mak

@@ -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

+ 4 - 4
wpa_supplicant/vs2005/eapol_test/eapol_test.vcproj

@@ -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"
 				>

+ 4 - 4
wpa_supplicant/vs2005/wpa_supplicant/wpa_supplicant.vcproj

@@ -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"
 				>

+ 4 - 4
wpa_supplicant/vs2005/wpasvc/wpasvc.vcproj

@@ -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"
 				>