Changeset 77 for trunk/NLS/en


Ignore:
Timestamp:
Aug 2, 2020, 10:07:47 PM (5 years ago)
Author:
Gregg Young
Message:

Update paths in makefiles etc to reflect new SVN layout

Location:
trunk/NLS/en
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/en/gotcha_en.ipf

    r75 r77  
    55
    66: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.
    88:p.&progname. is a small (well, not :hp1.that:ehp1. small any more)
    99utility for OS/2 which allows you to easily capture windows, window interiors,
     
    995995
    996996: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.
    998998:hp2.
    999999.ce Gotcha! is dedicated to Rosaleen.
  • trunk/NLS/en/makefile

    r75 r77  
    6161
    6262SRCDIR = .
    63 INCLDIR = ..\H
     63INCLDIR = ..\..\H
    6464
    65 DATA = ..\data
     65DATA = ..\..\data
    6666
    6767#{$(SRCDIR)}.c.obj:
     
    8181    -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g"   &
    8282    $(RESOURCE).lnk.tpl > $(RESOURCE).lnk
    83     $(LINK) @$(RESOURCE).lnk f ..\tools\dll.obj lib clib3r.lib
     83    $(LINK) @$(RESOURCE).lnk f ..\..\tools\dll.obj lib clib3r.lib
    8484    $(RC) $(RESOURCE).res $(RESOURCE).dll
    8585    lxlite /x- /b- $(RESOURCE).dll
    86     $(COPY) *.dll ..\bin
     86    $(COPY) *.dll ..\..\bin
    8787   
    8888$(RESOURCE).res:    $(RESOURCE).rc &
    89                  ../id.h &
    90                  ../common.rc &
    91                  ../version.h
     89                 ..\..\id.h &
     90                 ..\common.rc &
     91                 ..\..\version.h
    9292        $(RC) $(RFLAGS) -r $(RESOURCE).rc $@
    9393       
    94 gotcha_en.hlp:     gotcha_en.ipf ../common.ipf &
    95                    $(DATA)/teamlogo.bmp $(DATA)/rosaleen.bmp &
    96                    $(DATA)/gotcha.bmp
     94gotcha_en.hlp:     gotcha_en.ipf ..\common.ipf &
     95                   $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp &
     96                   $(DATA)\gotcha.bmp
    9797                   wipfc -l en_US gotcha_en.ipf $@     
    98                    $(COPY) *.hlp readme ..\bin
     98                   $(COPY) *.hlp readme ..\..\bin
    9999
    100100clean:: .symbolic
Note: See TracChangeset for help on using the changeset viewer.