- Timestamp:
- Aug 2, 2020, 11:10:07 PM (5 years ago)
- Location:
- trunk/NLS/es
- Files:
-
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/NLS/es/goqresen.lnk.tpl
r75 r79 1 1 system os2v2_dll INITINSTANCE TERMINSTANCE 2 name goqrese n2 name goqreses 3 3 OPTION ONEAUTODATA 4 option description '@#The Netlabs Gotcha team:(GOTMAJOR).(GOTMINOR).(GOTREVISION).(GOTFIXLEVEL)#@##1##(GOTBUILDDATE) (GOTBUILDMACHINE)::E N:US:0:V:@@ Gotchaq ENresource DLL Copyright (c) 1998-2002 Thorsten Thielen, 2018-2019 Netlabs Gotcha Team All rights reserved'4 option description '@#The Netlabs Gotcha team:(GOTMAJOR).(GOTMINOR).(GOTREVISION).(GOTFIXLEVEL)#@##1##(GOTBUILDDATE) (GOTBUILDMACHINE)::ES:ES:0:V:@@ Gotchaq ES resource DLL Copyright (c) 1998-2002 Thorsten Thielen, 2018-2019 Netlabs Gotcha Team All rights reserved' 5 5 segment type DATA SHARED READWRITE LOADONCALL -
trunk/NLS/es/gotresen.lnk.tpl
r75 r79 1 1 system os2v2_dll INITINSTANCE TERMINSTANCE 2 name gotrese n2 name gotresee 3 3 OPTION ONEAUTODATA 4 option description '@#The Netlabs Gotcha team:(GOTMAJOR).(GOTMINOR).(GOTREVISION).(GOTFIXLEVEL)#@##1##(GOTBUILDDATE) (GOTBUILDMACHINE)::E N:US:0:V:@@ Gotcha ENresource DLL Copyright (c) 1998-2002 Thorsten Thielen, 2018-2019 Netlabs Gotcha Team All rights reserved'4 option 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' 5 5 segment type DATA SHARED READWRITE LOADONCALL -
trunk/NLS/es/makefile
r77 r79 40 40 !endif 41 41 !ifdef %_QUIET_ 42 RESOURCE = goqrese n42 RESOURCE = goqreses 43 43 !else 44 RESOURCE = gotrese n44 RESOURCE = gotreses 45 45 !endif 46 46 … … 68 68 # $(CC) /I$(INCLDIR) $(CFLAGS) $*.c 69 69 70 all: $(RESOURCE).dll gotcha_e n.hlp70 all: $(RESOURCE).dll gotcha_es.hlp 71 71 72 72 … … 92 92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 93 93 94 gotcha_e n.hlp: gotcha_en.ipf ..\common.ipf &94 gotcha_es.hlp: gotcha_es.ipf ..\common.ipf & 95 95 $(DATA)\teamlogo.bmp $(DATA)\rosaleen.bmp & 96 96 $(DATA)\gotcha.bmp 97 wipfc -l en_US gotcha_en.ipf $@98 $(COPY) *.hlp readme ..\..\bin97 wipfc -l en_US gotcha_en.ipf 98 $(COPY) *.hlp readme_es ..\..\bin 99 99 100 100 clean:: .symbolic
Note:
See TracChangeset
for help on using the changeset viewer.