![]() |
|
compiling svns with the rev number included in the exe name - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Development Discussion (https://forums.dolphin-emu.org/Forum-development-discussion) +--- Thread: compiling svns with the rev number included in the exe name (/Thread-compiling-svns-with-the-rev-number-included-in-the-exe-name) |
compiling svns with the rev number included in the exe name - LuisR14 - 04-30-2009 how is it possible to make it that the rev that i compile comes out with the rev number attached to the executable's name? (for ex: dolphin-rxxx, and dolphin-rXXXm when modified )
RE: svns with rev numbers - nosound97 - 04-30-2009 m? o.O What is that? RE: svns with rev numbers - DacoTaco - 04-30-2009 (04-30-2009, 08:33 PM)nosound97 Wrote: m? o.O What is that?lol, i was wondering the same thing as for the numbers, im not sure if you can use variables from source in the output filename or something like that :/ RE: svns with rev numbers - Dresten - 04-30-2009 It uses the SVN_REV_STR constant defined in ./Source/Core/Common/Src/svnrev.h RE: svns with rev numbers - LuisR14 - 05-01-2009 yea what i'm talking about is that on pcsx2 when i compile it (and have a environment variable in system properties set), the program that is compiled comes out like "pcsx2-rXXX" , so what i'm asking is how is it possible to do that with dolphin
RE: svns with rev numbers - DacoTaco - 05-01-2009 (05-01-2009, 12:35 AM)LuisR14 Wrote: yea what i'm talking about is that on pcsx2 when i compile it (and have a environment variable in system properties set), the program that is compiled comes out like "pcsx2-rXXX"check how they did it?
RE: svns with rev numbers - XSFOX - 05-01-2009 Can't you Hex edit it? RE: svns with rev numbers - LuisR14 - 05-01-2009 k i'll check into how they did it (and XSFOX i don't want to hexedit it )
RE: svns with rev numbers - LuisR14 - 05-04-2009 (04-30-2009, 08:33 PM)nosound97 Wrote: m? o.O What is that?k at the time of reading this i didn't understand what you meant. , but now i know , the "m" means "modified" ![]() k so i made this post just to say that i was able to implement the "compile revision number into dolphin's exe name" , and if anybody wants it then just tell me (i could just turn it into a patch and attach it here), oh and i changed the thread's title to more clarify what i meant
RE: compiling svns with the rev number included in the exe name - cmccmc - 05-04-2009 could you tell me how you managed to do it? |