ptypes

ptypes Commit Details


Date:2013-05-08 23:54:00 (11 years 7 months ago)
Author:Natalie Adams
Branch:default
Commit:5cfb988d6a0d
Parents: 8edbcdac0d39
Message:Adding build file for visual studio and incrementing DLL version

Changes:
Abuild.bat (full)
Mwin32/dll_version.rc (2 diffs)

File differences

build.bat
1
2
3
4
5
call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
msbuild /p:Configuration=Release /t:rebuild win32\PTypes_Lib.vcxproj
msbuild /p:Configuration=Debug /t:rebuild win32\PTypes_Lib.vcxproj
msbuild /p:Configuration=Release /t:rebuild win32\PTypes_DLL.vcxproj
msbuild /p:Configuration=Debug /t:rebuild win32\PTypes_DLL.vcxproj
win32/dll_version.rc
2727
2828
2929
30
31
30
31
3232
3333
3434
......
4545
4646
4747
48
48
4949
5050
5151
5252
53
53
5454
5555
5656
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,1,1
PRODUCTVERSION 2,1,1,1
FILEVERSION 2,1,1,2
PRODUCTVERSION 2,1,1,2
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
BEGIN
VALUE "Comments", "http://www.melikyan.com/ptypes/"
VALUE "FileDescription", "C++ Portable Types Library (PTypes) DLL [MSVC]"
VALUE "FileVersion", "2, 1, 1, 1"
VALUE "FileVersion", "2, 1, 1, 2"
VALUE "InternalName", "ptypes"
VALUE "OriginalFilename", "ptypes21.dll"
VALUE "ProductName", "C++ Portable Types Library (PTypes)"
VALUE "ProductVersion", "2, 1, 1, 1"
VALUE "ProductVersion", "2, 1, 1, 2"
END
END
BLOCK "VarFileInfo"

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.62824s using 14 queries.