diff --git a/ptypes-tcp/build.bat b/ptypes-tcp/build.bat index c81b20e..8e1359c 100644 --- a/ptypes-tcp/build.bat +++ b/ptypes-tcp/build.bat @@ -1,3 +1,3 @@ @echo off call ../vcppbuild.bat client "/link /LIBPATH:../ext/libs ptypes.lib /SUBSYSTEM:CONSOLE" -call ../vcppbuild.bat server "/link /LIBPATH:../ext/libs" \ No newline at end of file +call ../vcppbuild.bat server "/link /LIBPATH:../ext/libs ptypes.lib /SUBSYSTEM:CONSOLE" \ No newline at end of file