~ubuntu-branches/ubuntu/oneiric/botan1.8/oneiric-updates

« back to all changes in this revision

Viewing changes to src/build-data/cc/msvc.txt

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2010-08-04 16:59:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100804165958-xdmg1izi7xk0t4b5
Tags: 1.8.9-1
* New upstream version
* Add git-buildpackage config

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
lang_flags "/EHsc /GR /D_CONSOLE"
16
16
warning_flags ""
17
17
 
 
18
shared_flags "/DBOTAN_DLL=__declspec(dllexport)"
18
19
dll_import_flags "__declspec(dllimport)"
19
 
dll_export_flags "__declspec(dllexport)"
20
20
 
21
21
ar_command "lib"
22
22
 
23
23
makefile_style nmake
24
24
 
25
25
<so_link_flags>
26
 
default -> "link /DLL"
 
26
default -> "$(CXX) /LD"
27
27
</so_link_flags>
 
28
 
 
29
<mach_abi_linking>
 
30
all -> "/MD"
 
31
</mach_abi_linking>