Le 12/12/2012 15:53, Rns Course a écrit :
> Hello
>
> I need to compile opensc-0.11.3. 
> On this page:
> http://www.opensc-project.org/opensc/wiki/WindowsInstaller
>
> The command "x86: SetEnv.cmd /x86 /Release and nmake /f win32\Makefile.msc 
> LOC="-DASMV -DASMINF" OBJA="inffas32.obj match686.obj" zlib.lib" 
> is written, while there's not Makefile.msc file in the package. There is  a 
> Makefile.mak in it.
>
> Could you tell me how I should compile it on windows?

Here below are the build commands from jenkins configuration,
used for 'github commit' builds.

win32:
# cd "C:\Program Files\Microsoft Visual Studio 10.0\VC\"
# call vcvarsall.bat x86
# cd "%WORKSPACE%\opensc-*"
# nmake /f Makefile.mak
# cd win32
# nmake /f Makefile.mak OpenSC.msi


win64:
# call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 
/Release
# cd "%WORKSPACE%\opensc-*"
# nmake /f Makefile.mak BUILD_ON=WIN64 BUILD_FOR=WIN64
# cd win32
# nmake /f Makefile.mak BUILD_ON=WIN64 BUILD_FOR=WIN64 OpenSC.msi


>
> THX
>
>
> _______________________________________________
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> http://www.opensc-project.org/mailman/listinfo/opensc-devel

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to