Patch #1856 2007-01-26 15:38
stardust
More Makros in user defined tools editor- Download
- 1856-More_Makros_in.patch (468 bytes)
Index: src/sdk/resources/edit_tool.xrc
===================================================================
--- src/sdk/resources/edit_tool.xrc (Revision 3541)
+++ src/sdk/resources/edit_tool.xrc (Arbeitskopie)
@@ -107,6 +107,10 @@
$${PROJECT_DIR}
$${ACTIVE_EDITOR_FILENAME}
$${ALL_PROJECT_FILES}
+$${TARGET_OUTPUT_DIR}
+$${TARGET_NAME}
+$${TARGET_OUTPUT_BASENAME}
+$${TARGET_OUTPUT_FILE}
$${MAKEFILE}</label>
</object>
<option>1</option>
History
stardust 2007-01-26 15:44
Just called "svn diff" from the source root and not from the patched file's directory as recommended by the Wiki...
stardust 2007-01-29 08:31
Note: These Macros are needed because there may be a binch of executables for one project: One executable for each target derivative.
mandrav 2007-04-12 10:19
Patch applied, thank you.