Changeset 699
- Timestamp:
- Jun 17, 2007, 1:00:43 PM (18 years ago)
- Location:
- trunk/warpin
- Files:
-
- 2 edited
-
fm2.wis.in (modified) (4 diffs)
-
makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/warpin/fm2.wis.in
r680 r699 19 19 <HEAD> 20 20 <REXX NAME=UtilsCheck> 21 if stream(WirexxGetEnv('WI_ARCHIVE_PATH') || '\fm2utils ###FM2UTILS_VER###.wpi', 'c', 'query exists') = '' then21 if stream(WirexxGetEnv('WI_ARCHIVE_PATH') || '\fm2utils@@@FM2UTILS_VER@@@.wpi', 'c', 'query exists') = '' then 22 22 return '3' 23 23 else … … 72 72 PACKAGEID="Netlabs\FM2 Utilities\FM2Utils\1\0\0" 73 73 TITLE="FM/2 Utilities" 74 EXTERNAL="fm2utils ###FM2UTILS_VER###.wpi"74 EXTERNAL="fm2utils@@@FM2UTILS_VER@@@.wpi" 75 75 TARGET="$(1)\Utils" 76 76 SELECT … … 123 123 <NEXTBUTTON TARGET=6>~Next</NEXTBUTTON> 124 124 <TEXT>FM/2 Utilities: A short description of each utility is included at the end of the readme below. A special note of thanks to Mark Kimes for making these utilities freely available.</TEXT> 125 <README> ###include fm2utils.doc###125 <README>@@@include fm2utils.doc@@@ 126 126 </README> 127 127 </PAGE> … … 130 130 <NEXTBUTTON TARGET=7>~I agree</NEXTBUTTON> 131 131 <TEXT>FM/2 Utilities: By pressing the "I agree" button, you agree to all terms and conditions of the license agreement below.</TEXT> 132 <README> ###include license.txt###132 <README>@@@include license.txt@@@ 133 133 </README> 134 134 </PAGE> -
trunk/warpin/makefile
r694 r699 50 50 51 51 fm2.wis: fm2.wis.in fm2utils\fm2utils.doc fm2utils\license.txt 52 sed -e "s/###FM2UTILS_VER###/$(FM2UTILS_VER)/" -e "/###include fm2utils.doc###/r fm2utils\fm2utils.doc" -e "s/###include fm2utils.doc###//g" -e "/###include license.txt###/r fm2utils\license.txt" -e "s/###include license.txt###//g" fm2.wis.in >fm2.wis 52 # sed -e "s/@@@FM2UTILS_VER@@@/$(FM2UTILS_VER)/" -e "/@@@include fm2utils.doc@@@/r fm2utils\fm2utils.doc" -e "s/@@@include fm2utils.doc@@@//g" -e "/@@@include license.txt@@@/r fm2utils\license.txt" -e "s/@@@include license.txt@@@//g" fm2.wis.in >fm2.wis 53 sed -e "s/@@@FM2UTILS_VER@@@/$(FM2UTILS_VER)/" -e "/@@@include fm2utils.doc@@@/r fm2utils\fm2utils.doc" -e "s/@@@include fm2utils.doc@@@//" -e "/@@@include license.txt@@@/r fm2utils\license.txt" -e "s/@@@include license.txt@@@//" fm2.wis.in >fm2.wis 53 54 54 55 fm2$(FM2_VER).wpi:: bld_fm2_wpidirs.in
Note:
See TracChangeset
for help on using the changeset viewer.
