mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-30 13:43:23 +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
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
!if ${USE_PACKAGE_REV} == 0
|
|
!define SVNREV_GSDX $WCREV$
|
|
!else
|
|
!define SVNREV_GSDX ${SVNREV_PACKAGE}
|
|
!endif
|