Changeset 15 for trunk/english
- Timestamp:
- Feb 23, 2018, 7:19:00 PM (8 years ago)
- Location:
- trunk/english
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/english/gotresen.lnk.tpl
r9 r15 2 2 name gotresen 3 3 OPTION ONEAUTODATA 4 option description '@#The Netlabs Gotcha team:(GOTMAJOR).(GOTMINOR).(GOTREVISION).(GOTFIXLEVEL)#@##1##(GOTBUILDDATE) (GOTBUILDMACHINE)::EN:US:0:V:@@ Gotcha EN resource DLL Copyright (c) 1998-2002 Thorsten Thielen, 2018 Netlabs Gotcha Team All rights reserved'4 option description '@#The Netlabs Gotcha team:(GOTMAJOR).(GOTMINOR).(GOTREVISION).(GOTFIXLEVEL)#@##1##(GOTBUILDDATE) (GOTBUILDMACHINE)::EN:US:0:V:@@ Gotcha EN resource DLL Copyright (c) 1998-2002 Thorsten Thielen, 2018 Netlabs Gotcha Team All rights reserved' 5 5 segment type DATA SHARED READWRITE LOADONCALL -
trunk/english/makefile
r12 r15 12 12 GOTMAJOR = $(%GOTMAJOR) 13 13 !else 14 GOTMAJOR = 214 GOTMAJOR = 1 15 15 !endif 16 16 !ifdef %GOTMINOR 17 17 GOTMINOR = $(%GOTMINOR) 18 18 !else 19 GOTMINOR = 9019 GOTMINOR = 80 20 20 !endif 21 21 !ifdef %GOTREVISION … … 49 49 # CFLAGS = /Ss /Gs /Gn /G5 /C 50 50 CFLAGS = -otexan 51 RFLAGS = -bt=os2 -zm 51 RFLAGS = -bt=os2 -zm -i=U:\gotcha_workspace\trunk 52 52 53 53 # LFLAGS= /B" /exepack:2 /pmtype:pm /packd /optfunc" … … 84 84 ../common.rc & 85 85 ../version.h 86 $(RC) -i=U:\gotcha_workspace\trunk -r -zmgotresen.rc $@86 $(RC) $(RFLAGS) -r gotresen.rc $@ 87 87 88 88 gotcha_en.hlp: gotcha_en.ipf ../common.ipf &
Note:
See TracChangeset
for help on using the changeset viewer.