add preliminary premake4 support (next to cmake) mainly to auto-generate Visual Studio projectfiles that can be redistributed (with no dependency on cmake, premake)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// This file is generated automatically.
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 2, 76, 0, 0
|
||||
PRODUCTVERSION 2, 76, 0, 0
|
||||
FILEVERSION 2, 79, 0, 0
|
||||
PRODUCTVERSION 2, 79, 0, 0
|
||||
#ifdef CS_DEBUG
|
||||
FILEFLAGS 0x1
|
||||
#else
|
||||
@@ -14,9 +14,9 @@ FILEFLAGS 0x0
|
||||
BLOCK "040904E4"
|
||||
{
|
||||
VALUE "ProductName", "Bullet Continuous Collision Detection and Physics Library"
|
||||
VALUE "ProductVersion", "2.76"
|
||||
VALUE "FileVersion", "2.76"
|
||||
VALUE "LegalCopyright", "Copyright (c) 2005-2010 Erwin Coumans"
|
||||
VALUE "ProductVersion", "2.79"
|
||||
VALUE "FileVersion", "2.79"
|
||||
VALUE "LegalCopyright", "Copyright (c) 2005-2011 Erwin Coumans"
|
||||
#ifdef CS_DEBUG
|
||||
VALUE "Comments", "Debug build"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user