Changeset 77 for trunk/NLS/br


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/br
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/br/gotcha_br.ipf

    r75 r77  
    1111
    1212:h1 id=about res=1000.Sobre Gotcha!
    13 :artwork name='..\\data\\gotcha.bmp' align=center.
     13:artwork name='..\..\data\gotcha.bmp' align=center.
    1414:p.Attention&colon. This version of the documentation may be outdated or
    1515incomplete. If you think you are missing something, see the English version!
     
    903903:edl.
    904904
    905 :artwork name='..\\data\\teamlogo.bmp' align=center.
     905:artwork name='..\..\data\teamlogo.bmp' align=center.
    906906:p.Orgulhoso membro do Team OS/2 Region Trier e.V., criadores do CDROM "Team Trier Collection".
    907907
     
    10451045
    10461046:h1 id=dedication  res=5010.Dedicat¢ria
    1047 :p.:artwork name='..\\data\\rosaleen.bmp' align=center.
     1047:p.:artwork name='..\..\data\rosaleen.bmp' align=center.
    10481048:hp2.
    10491049.ce Gotcha! ‚ dedicado a Rosaleen.
  • trunk/NLS/br/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_br.hlp:     gotcha_br.ipf ../common.ipf &
    95                    $(DATA)/teamlogo.bmp $(DATA)/rosaleen.bmp &
    96                    $(DATA)/gotcha.bmp
     94gotcha_br.hlp:     gotcha_br.ipf ..\common.ipf &
     95                   $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp &
     96                   $(DATA)\gotcha.bmp
    9797                   wipfc -l pt_BR gotcha_br.ipf $@     
    98                    $(COPY) *.hlp ..\bin
     98                   $(COPY) *.hlp ..\..\bin
    9999
    100100clean:: .symbolic
Note: See TracChangeset for help on using the changeset viewer.