mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-21 09:18:18 +00:00
52609a58c8
* Add the major/minor version number to the generated exe's. * Default to using the HEAD revision for all exe's and plugins in the package, instead of versioning each one independently. * Update instructions readme to mention use of Eclipse as a NSIS editor and integrated environment. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3122 96395faa-99c1-11dd-bbfe-3dabce05a288
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
!if ${USE_PACKAGE_REV} == 0
|
|
!define SVNREV_LILYPAD $WCREV$
|
|
!else
|
|
!define SVNREV_LILYPAD ${SVNREV_PACKAGE}
|
|
!endif |