Copy over some MSDN code into tcp_client.h. Beginning of project
This commit is contained in:
23
activate.bat
Normal file
23
activate.bat
Normal file
@@ -0,0 +1,23 @@
|
||||
FOR /r "C:\Program Files\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
|
||||
SET "_file=%%G"
|
||||
SET "_comp=%_file:\VC\=%"
|
||||
IF NOT "%_comp%" == "%_file%" Call "%_file%"
|
||||
)
|
||||
|
||||
FOR /r "C:\Program Files\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
|
||||
SET "_file=%%G"
|
||||
SET "_comp=%_file:\VC\=%"
|
||||
IF NOT "%_comp%" == "%_file%" Call "%_file%"
|
||||
)
|
||||
|
||||
FOR /r "C:\Program Files (x86)\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
|
||||
SET "_file=%%G"
|
||||
SET "_comp=%_file:\VC\=%"
|
||||
IF NOT "%_comp%" == "%_file%" Call "%_file%"
|
||||
)
|
||||
|
||||
FOR /r "C:\Program Files (x86)\Microsoft Visual Studio" %%G IN (*vcvars64.bat) DO (
|
||||
SET "_file=%%G"
|
||||
SET "_comp=%_file:\VC\=%"
|
||||
IF NOT "%_comp%" == "%_file%" Call "%_file%"
|
||||
)
|
||||
Reference in New Issue
Block a user