Changeset 77 for trunk/NLS/it


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

Legend:

Unmodified
Added
Removed
  • trunk/NLS/it/gotcha_it.ipf

    r75 r77  
    66.*##############################
    77.*
    8 .*  Gotcha!
    9 .*  =======
    10 .*  italiano.ipf
    11 .*  v.1.73 - GA
    12 .*  2002-05-21
     8Gotcha!
     9=======
     10italiano.ipf
     11v.1.73 - GA
     122002-05-21
    1313.*
    14 .*  (C) 2002 - Alberto Gabrielli
     14(C) 2002 - Alberto Gabrielli
    1515.*
    1616.*##############################
     
    2222.* 2002-05-20 thth: - Replaced all remaining Gotcha! by &progname.
    2323.* 2002-05-20 thth: - Replaced a ":" by "&colon."
    24 .*                - Removed a "&version." no longer needed
     24              - Removed a "&version." no longer needed
    2525
    2626.im ..\common.ipf
     
    3030
    3131:h1 id=about res=1000.Informazioni sul programma
    32 :artwork name='..\data\gotcha.bmp' align=center.
     32:artwork name='..\..\data\gotcha.bmp' align=center.
    3333.*:p.Attention&colon. This version of the documentation may be outdated or
    3434.*incomplete. If you think you are missing something, see the English version!
     
    10601060:edl.
    10611061
    1062 :artwork name='..\data\teamlogo.bmp' align=center.
     1062:artwork name='..\..\data\teamlogo.bmp' align=center.
    10631063:p.Membro orgoglioso del Team OS/2 Region Trier (:hp1.www.teamos2.ipcon.de:ehp1.),
    10641064i creatori del CD-ROM "Team Trier Collection".
     
    12231223
    12241224:h1 id=dedication res=5010.Dedica
    1225 :p.:artwork name='..\data\rosaleen.bmp' align=center.
     1225:p.:artwork name='..\..\data\rosaleen.bmp' align=center.
    12261226:hp2.
    12271227.ce &progname. Š dedicato a Rosaleen.
  • trunk/NLS/it/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_it.hlp:     gotcha_it.ipf ../common.ipf &
    95                    $(DATA)/teamlogo.bmp $(DATA)/rosaleen.bmp &
    96                    $(DATA)/gotcha.bmp
     94gotcha_it.hlp:     gotcha_it.ipf ..\common.ipf &
     95                   $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp &
     96                   $(DATA)\gotcha.bmp
    9797                   wipfc -l it_IT gotcha_it.ipf $@     
    98                    $(COPY) *.hlp ..\bin
     98                   $(COPY) *.hlp ..\..\bin
    9999
    100100clean:: .symbolic
Note: See TracChangeset for help on using the changeset viewer.