mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-12 03:56:26 +00:00
7ffd3d3aea
I'll put up a wiki soon which covers new compilation features and stuff, like how to re-enable revision tagging, and how you can direct compiled exe/dlls to be copied to any destination of your choice (yay!) -- plus many other compiling tips (if I can remember them all! >_<) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@581 96395faa-99c1-11dd-bbfe-3dabce05a288
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
|
|
Folder: vsprops/
|
|
|
|
Contains Win32-specific build scripts and .vsprops files for use by Win32 projects
|
|
of our many (many!) plugins.
|
|
|
|
Folder: include/
|
|
|
|
Houses the common include files for various shared portions of Pcsx2 code. The most
|
|
significant are the PS2Edefs / PS2Etypes files (plugin APIs). Other code snippets\
|
|
and generic usefuls may be added at a later date.
|
|
|
|
Folder: src/
|
|
|
|
Source code for snippets and libs maintained by the Pcsx2 Team. Code is compiled into
|
|
libs, which are found in /deps. (automatically included into your plugin linker
|
|
search path if you use the common/vsprops/) |