mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Reverting r5537, as there are nbase problems with the pcrelib stuff
This commit is contained in:
parent
24cb259f01
commit
5396114d73
1 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\libpcre;..\liblua;..\nbase"
|
||||
AdditionalIncludeDirectories="..\libpcre;..\liblua"
|
||||
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 nbase.lib"
|
||||
AdditionalDependencies="liblua.lib libpcre.lib"
|
||||
OutputFile=".\pcre.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="..\libpcre;..\liblua;..\nbase"
|
||||
AdditionalLibraryDirectories="..\libpcre;..\liblua"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
TargetMachine="1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue