Skip to content

Commit

Permalink
Moves linker directives to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLouisCaron committed Apr 25, 2012
1 parent 8dfcc0f commit ae67a98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions demo/ident/CMakeLists.txt
Expand Up @@ -36,6 +36,9 @@ set(${demo-project}_libraries
w32.mt
w32.net
w32.sy

IpHlpApi
ws2_32
)

add_executable(${demo-project}
Expand Down
3 changes: 0 additions & 3 deletions demo/ident/ident.cpp
Expand Up @@ -222,7 +222,4 @@ namespace {

}

#pragma comment ( lib, "IpHlpApi.lib" )
#pragma comment ( lib, "ws2_32.lib" )

#include <w32/app/console-program.cpp>

0 comments on commit ae67a98

Please sign in to comment.