Skip to content

Commit

Permalink
Keep the file list in order and add a header file for nse_lpeg.h as
Browse files Browse the repository at this point in the history
well.
  • Loading branch information
d33tah committed Sep 3, 2014
1 parent 2b36d23 commit 1c10f5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mswin32/nmap.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<ClCompile Include="..\nse_bit.cc" />
<ClCompile Include="..\nse_debug.cc" />
<ClCompile Include="..\nse_fs.cc" />
<ClCompile Include="..\nse_main.cc" />
<ClCompile Include="..\nse_lpeg.cc" />
<ClCompile Include="..\nse_main.cc" />
<ClCompile Include="..\nse_utility.cc" />
<ClCompile Include="..\nse_nmaplib.cc" />
<ClCompile Include="..\nse_nsock.cc" />
Expand Down Expand Up @@ -204,6 +204,7 @@
<ClInclude Include="..\nse_bit.h" />
<ClInclude Include="..\nse_debug.h" />
<ClInclude Include="..\nse_fs.h" />
<ClInclude Include="..\nse_lpeg.h" />
<ClInclude Include="..\nse_main.h" />
<ClInclude Include="..\nse_utility.h" />
<ClInclude Include="..\nse_nmaplib.h" />
Expand Down

0 comments on commit 1c10f5f

Please sign in to comment.