Compileren wiiscan met vc++ werkt niet (probleem met externals?). Nu de gerealesde exe toegevoegd aan java/native, inclusief benodigde dll's en aangepast config file.

This commit is contained in:
2011-06-07 09:51:10 +00:00
parent 48bb9f4dae
commit b0d6aa79b2
30 changed files with 135 additions and 255 deletions

View File

@@ -31,10 +31,11 @@
#include <bthdef.h>
#include <BluetoothAPIs.h>
#pragma comment ( lib, "Lib/wiiuse.lib")
#pragma comment ( lib, "Lib/delcomdll.lib")
#pragma comment ( lib, "odbccp32.lib")
#pragma comment ( lib, "wiiuse.lib")
#pragma comment ( lib, "delcomdll.lib")
#pragma comment ( lib, "Irprops.lib")
#pragma comment ( lib, "Ws2_32.lib")
#pragma comment ( lib, "libcpmt.lib")
namespace Wiiscan {