Changeset 83 for trunk/NLS


Ignore:
Timestamp:
Aug 3, 2020, 12:05:10 AM (5 years ago)
Author:
Gregg Young
Message:

Add Spanish translation from Alfredo. Tweak the build stuff to get it to work

Location:
trunk/NLS/es
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NLS/es/gotreses.lnk.tpl

    r80 r83  
    11system   os2v2_dll INITINSTANCE TERMINSTANCE
    2 name gotresee
     2name gotreses
    33OPTION ONEAUTODATA
    44option description '@#The Netlabs Gotcha team:(GOTMAJOR).(GOTMINOR).(GOTREVISION).(GOTFIXLEVEL)#@##1##(GOTBUILDDATE)    (GOTBUILDMACHINE)::ES:ES:0:V:@@ Gotcha ES resource DLL Copyright (c) 1998-2002 Thorsten Thielen, 2018-2019 Netlabs Gotcha Team All rights reserved'
  • trunk/NLS/es/makefile

    r79 r83  
    6868#    $(CC) /I$(INCLDIR) $(CFLAGS) $*.c
    6969   
    70 all: $(RESOURCE).dll gotcha_es.hlp
     70all: $(RESOURCE).dll
     71#gotcha_es.hlp
    7172
    7273
     
    9293        $(RC) $(RFLAGS) -r $(RESOURCE).rc $@
    9394       
    94 gotcha_es.hlp:     gotcha_es.ipf ..\common.ipf &
    95                    $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp &
    96                    $(DATA)\gotcha.bmp
    97                    wipfc -l en_US gotcha_en.ipf
    98                    $(COPY) *.hlp readme_es ..\..\bin
     95#gotcha_es.hlp:     gotcha_es.ipf ..\common.ipf &
     96#                   $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp &
     97#                   $(DATA)\gotcha.bmp
     98#                  wipfc -l en_US gotcha_en.ipf
     99#                  $(COPY) *.hlp readme_es ..\..\bin
    99100
    100101clean:: .symbolic
Note: See TracChangeset for help on using the changeset viewer.