mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-26 22:00:58 +00:00
Added instructions for sharpdev2. Added shorthand commands.
This commit is contained in:
parent
7a2da17f5c
commit
e7842a855a
|
@ -16,6 +16,7 @@ debug - build the debug version (e.g. 'build net debug').
|
||||||
clean - delete intermediate object files and projects (reclaim some space, the binaries are not touched).
|
clean - delete intermediate object files and projects (reclaim some space, the binaries are not touched).
|
||||||
distclean - delete intermediate and final object files (reclaim all space used during compilation).
|
distclean - delete intermediate and final object files (reclaim all space used during compilation).
|
||||||
|
|
||||||
vs2005 - create project files for Visual Studio 2005.
|
vs2005 (vs) - create project files for Visual Studio 2005.
|
||||||
monodev - create project files for MonoDevelop.
|
monodev (md) - create project files for MonoDevelop.
|
||||||
sharpdev - as above, for SharpDevelop.
|
sharpdev (sd) - as above, for SharpDevelop.
|
||||||
|
sharpdev2 (sd2) - as above, for SharpDevelop2.
|
Loading…
Reference in a new issue