Skip to content

Commit

Permalink
* etc/conf.d/i686-mswin/traits-msvc_100.erb : Add new templates for
Browse files Browse the repository at this point in the history
  MSVC100 (Visual C++ 2010) on 32bit Windows.
* etc/conf.d/i686-mswin/cinit-msvc_100.erb : Ditto.
  • Loading branch information
yanoh committed Feb 14, 2014
1 parent b098d39 commit 9d26809
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Fri Feb 14 11:31:54 2014 Yutaka Yanoh <[email protected]>

* etc/conf.d/i686-mswin/traits-msvc_100.erb : Add new templates for
MSVC100 (Visual C++ 2010) on 32bit Windows.
* etc/conf.d/i686-mswin/cinit-msvc_100.erb : Ditto.

Fri Feb 7 14:54:17 2014 Yutaka Yanoh <[email protected]>

* release.ga : 3.2.8
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ etc/conf.d/i686-linux/cinit-gcc_4.5.1.erb
etc/conf.d/i686-linux/traits-gcc_4.5.1.erb
etc/conf.d/i686-mingw/cinit-gcc_4.6.1.erb
etc/conf.d/i686-mingw/traits-gcc_4.6.1.erb
etc/conf.d/i686-mswin/cinit-msvc_100.erb
etc/conf.d/i686-mswin/traits-msvc_100.erb
etc/conf.d/noarch/GNUmakefile.erb
etc/conf.d/noarch/adlint_all_bat.erb
etc/conf.d/noarch/adlint_all_sh.erb
Expand Down
41 changes: 41 additions & 0 deletions etc/conf.d/i686-mswin/cinit-msvc_100.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/* ___ ____ __ ___ _________
* / | / _ |/ / / / | / /__ __/ Source Code Static Analyzer
* / /| | / / / / / / / |/ / / / AdLint - Advanced Lint
* / __ |/ /_/ / /___/ / /| / / /
* /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
*
* Initial header for MSVC100 (Visual C++ 2010) generated by adlintize <%= AdLint::SHORT_VERSION %>
* at <%= Time.now %>.
*/

#define __TIMESTAMP__ __TIME__
#define _ATL_VER 0x1000
#define _CHAR_UNSIGNED
#define __CLR_VER 12233333
#define __COUNTER__ 1
#define __FUNCDNAME__ ""
#define __FUNCSIG__ ""
#define __FUNCTION__ ""
#define _INTEGRAL_MAX_BITS 64
#define _M_IX86 600
#define _M_IX86_FP 0
#define _MFC_VER 0x0A00
#define _MSC_BUILD 1
#define _MSC_EXTENSIONS 1
#define _MSC_FULL_VER 150020706
#define _MSC_VER 1600
#define _MT
#define _WIN32

#define __identifier(keyword) ident_##keyword

#define __w64
#define drv_unit_user_code
#define allowed_on_typedecl
#define allowed_on_parameter
#define allowed_on_function

#define off_t _off_t
#define ino_t _ino_t

typedef _Bool bool;
Loading

0 comments on commit 9d26809

Please sign in to comment.