PCSX2 Documentation/Compiling on Windows: Difference between revisions

no edit summary
No edit summary
Line 166: Line 166:
<source lang="powershell">
<source lang="powershell">
@set DXSDK_DIR=%git_install_root%dep\dxsdk\
@set DXSDK_DIR=%git_install_root%dep\dxsdk\
</code>
</source>
#Append a command that launches Visual Studio.
#Append a command that launches Visual Studio.
Finding the location of Visual Studio executable is easy. Just right click on Visual Studio Start Menu entry or Start screen tile (on Windows 8/8.1) and click properties. Grab the contents of the target field and past it in the batch file. You can  insert an "@" prior to that code to inhibit screen output.
Finding the location of Visual Studio executable is easy. Just right click on Visual Studio Start Menu entry or Start screen tile (on Windows 8/8.1) and click properties. Grab the contents of the target field and past it in the batch file. You can  insert an "@" prior to that code to inhibit screen output.
ninja
34

edits