Changeset 77 for trunk/NLS/en
- Timestamp:
- Aug 2, 2020, 10:07:47 PM (5 years ago)
- Location:
- trunk/NLS/en
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/en/gotcha_en.ipf
r75 r77 5 5 6 6 :h1 id=about res=1000.About &progname. and &quiet. 7 :artwork name='..\ data\gotcha.bmp' align=center.7 :artwork name='..\..\data\gotcha.bmp' align=center. 8 8 :p.&progname. is a small (well, not :hp1.that:ehp1. small any more) 9 9 utility for OS/2 which allows you to easily capture windows, window interiors, … … 995 995 996 996 :h1 id=dedication res=5009.Thorsten Thielen's Dedication 997 :p.:artwork name='..\ data\rosaleen.bmp' align=center.997 :p.:artwork name='..\..\data\rosaleen.bmp' align=center. 998 998 :hp2. 999 999 .ce Gotcha! is dedicated to Rosaleen. -
trunk/NLS/en/makefile
r75 r77 61 61 62 62 SRCDIR = . 63 INCLDIR = ..\ H63 INCLDIR = ..\..\H 64 64 65 DATA = ..\ data65 DATA = ..\..\data 66 66 67 67 #{$(SRCDIR)}.c.obj: … … 81 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 82 82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\ tools\dll.obj lib clib3r.lib83 $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib 84 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 85 lxlite /x- /b- $(RESOURCE).dll 86 $(COPY) *.dll ..\ bin86 $(COPY) *.dll ..\..\bin 87 87 88 88 $(RESOURCE).res: $(RESOURCE).rc & 89 .. /id.h &90 .. /common.rc &91 .. /version.h89 ..\..\id.h & 90 ..\common.rc & 91 ..\..\version.h 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 gotcha_en.hlp: gotcha_en.ipf .. /common.ipf &95 $(DATA) /teamlogo.bmp $(DATA)/rosaleen.bmp &96 $(DATA) /gotcha.bmp94 gotcha_en.hlp: gotcha_en.ipf ..\common.ipf & 95 $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 $(DATA)\gotcha.bmp 97 97 wipfc -l en_US gotcha_en.ipf $@ 98 $(COPY) *.hlp readme ..\ bin98 $(COPY) *.hlp readme ..\..\bin 99 99 100 100 clean:: .symbolic
Note:
See TracChangeset
for help on using the changeset viewer.