change java_wrapper vs project name and script create_wrap

This commit is contained in:
yanqingmen 2015-12-29 19:50:40 +08:00
parent 2db1673585
commit 48c461ea85
2 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,12 @@
echo "move native library"
set libsource=..\windows\x64\Release\xgboostjavawrapper.dll
set libsource=..\windows\x64\Release\xgboost4j.dll
if not exist %libsource% (
goto end
)
set libfolder=xgboost4j\src\main\resources\lib
set libpath=%libfolder%\xgboostjavawrapper.dll
set libpath=%libfolder%\xgboost4j.dll
if not exist %libfolder% (mkdir %libfolder%)
if exist %libpath% (del %libpath%)
move %libsource% %libfolder%

View File

@ -30,6 +30,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{20A0E4D7-20C7-4EC1-BDF6-0D469CE239AA}</ProjectGuid>
<RootNamespace>xgboost_wrapper</RootNamespace>
<ProjectName>xgboost4j</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">