mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Link the nselib pcrelib with nbase in Windows
This commit is contained in:
parent
ef2c7d1384
commit
9f41f69d1b
1 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\libpcre;..\liblua"
|
||||
AdditionalIncludeDirectories="..\libpcre;..\liblua;..\nbase"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;NSE_PCRELIB_EXPORTS;LUA_BUILD_AS_DLL;LUA_LIB"
|
||||
MinimalRebuild="false"
|
||||
ExceptionHandling="0"
|
||||
|
|
@ -62,10 +62,10 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="liblua.lib libpcre.lib"
|
||||
AdditionalDependencies="liblua.lib libpcre.lib nbase.lib"
|
||||
OutputFile=".\pcre.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="..\libpcre;..\liblua"
|
||||
AdditionalLibraryDirectories="..\libpcre;..\liblua;..\nbase"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
TargetMachine="1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue