summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_writer.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-04-15 14:22:38 +0300
committerTor Lillqvist <tlillqvist@suse.com>2013-04-15 14:37:38 +0300
commitfac06b7a925f6d74a877307fc91f54fc50f5d064 (patch)
treed5c77f51b0813662f480f1c733e976b63fa1dad9 /scp2/InstallModule_writer.mk
parentbb9fce28d6d5f1cabc2af533bfdc7997ffb7184a (diff)
Revert "Go back to using Visual Studio project files to build"
I could not get it to build using the project files and VS2012... With one additional patch to drop the use of dllimport in env.hpp, the "gcc-wrapper" way builds fine for me, using VS2012. It is not necessary to specify the dllimport attribute for functions imported from a DLL. Specifying dllimport if the library actually is a static library (as it is here) leads to linking errors. The way the ifdefs and -D options were set up here, the utility and/or test programs that are built as part of the liborcus build were compiled using dllimport, and thus failed to link. So just don't bother with dllimport. This reverts commit 58b4cd934fd28b796dc12590f33971dd32ec95ee. Change-Id: I2ffc90d47ae018a9a14b1c6d07fb0a225ce10d6d
Diffstat (limited to 'scp2/InstallModule_writer.mk')
0 files changed, 0 insertions, 0 deletions