mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Rename project files.
This commit is contained in:
@@ -54,11 +54,11 @@ STACK STACK DGROUP 0002:00000820 00010000
|
|||||||
Address Symbol
|
Address Symbol
|
||||||
======= ======
|
======= ======
|
||||||
|
|
||||||
Module: dir.obj(C:\dic\os2\dir.c)
|
Module: dir.obj(C:\aaru\os2\dir.c)
|
||||||
0001:00000130 GetAllInDir
|
0001:00000130 GetAllInDir
|
||||||
Module: ea.obj(C:\dic\os2\ea.c)
|
Module: ea.obj(C:\aaru\os2\ea.c)
|
||||||
0001:00000710 GetEAs
|
0001:00000710 GetEAs
|
||||||
Module: main.obj(C:\dic\os2\main.c)
|
Module: main.obj(C:\aaru\os2\main.c)
|
||||||
0001:0000092d main
|
0001:0000092d main
|
||||||
Module: C:\WATCOM/lib386/os2\clib3s.lib(stk)
|
Module: C:\WATCOM/lib386/os2\clib3s.lib(stk)
|
||||||
0001:000009a1* __STK
|
0001:000009a1* __STK
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
project : C:\dic\os2\os2.exe .SYMBOLIC
|
project : C:\aaru\os2\os2.exe .SYMBOLIC
|
||||||
|
|
||||||
!include C:\dic\os2\os2.mk1
|
!include C:\aaru\os2\os2.mk1
|
||||||
|
|||||||
@@ -1,26 +1,26 @@
|
|||||||
!define BLANK ""
|
!define BLANK ""
|
||||||
C:\dic\os2\dir.obj : C:\dic\os2\dir.c .AUTODEPEND
|
C:\aaru\os2\dir.obj : C:\aaru\os2\dir.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic\os2
|
cd C:\aaru\os2
|
||||||
*wcc386 dir.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3s -bt&
|
*wcc386 dir.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3s -bt&
|
||||||
=os2 -fo=.obj -mf
|
=os2 -fo=.obj -mf
|
||||||
|
|
||||||
C:\dic\os2\ea.obj : C:\dic\os2\ea.c .AUTODEPEND
|
C:\aaru\os2\ea.obj : C:\aaru\os2\ea.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic\os2
|
cd C:\aaru\os2
|
||||||
*wcc386 ea.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3s -bt=&
|
*wcc386 ea.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3s -bt=&
|
||||||
os2 -fo=.obj -mf
|
os2 -fo=.obj -mf
|
||||||
|
|
||||||
C:\dic\os2\main.obj : C:\dic\os2\main.c .AUTODEPEND
|
C:\aaru\os2\main.obj : C:\aaru\os2\main.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic\os2
|
cd C:\aaru\os2
|
||||||
*wcc386 main.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3s -b&
|
*wcc386 main.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3s -b&
|
||||||
t=os2 -fo=.obj -mf
|
t=os2 -fo=.obj -mf
|
||||||
|
|
||||||
C:\dic\os2\os2.exe : C:\dic\os2\dir.obj C:\dic\os2\ea.obj C:\dic\os2\main.ob&
|
C:\aaru\os2\os2.exe : C:\aaru\os2\dir.obj C:\aaru\os2\ea.obj C:\aaru\os2\main.ob&
|
||||||
j C:\dic\os2\dir.h C:\dic\os2\ea.h C:\dic\os2\main.h .AUTODEPEND
|
j C:\aaru\os2\dir.h C:\aaru\os2\ea.h C:\aaru\os2\main.h .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic\os2
|
cd C:\aaru\os2
|
||||||
@%write os2.lk1 FIL dir.obj,ea.obj,main.obj
|
@%write os2.lk1 FIL dir.obj,ea.obj,main.obj
|
||||||
@%append os2.lk1
|
@%append os2.lk1
|
||||||
!ifneq BLANK ""
|
!ifneq BLANK ""
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
project : C:\dic\dos.exe .SYMBOLIC
|
project : C:\aaru\dos.exe .SYMBOLIC
|
||||||
|
|
||||||
!include C:\dic\dos.mk1
|
!include C:\aaru\dos.mk1
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
!define BLANK ""
|
!define BLANK ""
|
||||||
C:\dic\dos.obj : C:\dic\dos.c .AUTODEPEND
|
C:\aaru\dos.obj : C:\aaru\dos.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
*wcc dos.c -i="C:\WATCOM/h" -w4 -e25 -zq -od -d2 -bt=dos -fo=.obj -ml
|
*wcc dos.c -i="C:\WATCOM/h" -w4 -e25 -zq -od -d2 -bt=dos -fo=.obj -ml
|
||||||
|
|
||||||
C:\dic\main.obj : C:\dic\main.c .AUTODEPEND
|
C:\aaru\main.obj : C:\aaru\main.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
*wcc main.c -i="C:\WATCOM/h" -w4 -e25 -zq -od -d2 -bt=dos -fo=.obj -ml
|
*wcc main.c -i="C:\WATCOM/h" -w4 -e25 -zq -od -d2 -bt=dos -fo=.obj -ml
|
||||||
|
|
||||||
C:\dic\dos.exe : C:\dic\dos.obj C:\dic\main.obj C:\dic\consts.h C:\dic\defs.&
|
C:\aaru\dos.exe : C:\aaru\dos.obj C:\aaru\main.obj C:\aaru\consts.h C:\aaru\defs.&
|
||||||
h C:\dic\dos.h C:\dic\dosos2.h C:\dic\main.h .AUTODEPEND
|
h C:\aaru\dos.h C:\aaru\dosos2.h C:\aaru\main.h .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
@%write dos.lk1 FIL dos.obj,main.obj
|
@%write dos.lk1 FIL dos.obj,main.obj
|
||||||
@%append dos.lk1
|
@%append dos.lk1
|
||||||
*wlink name dos d all sys dos op m op maxe=25 op q op symf @dos.lk1
|
*wlink name dos d all sys dos op m op maxe=25 op q op symf @dos.lk1
|
||||||
|
|||||||
@@ -605,21 +605,21 @@ void FileAttributes(const char *path)
|
|||||||
printf("\tFile with creator SimpleText: name = \"%s\", rc = %d, wRc = %d, cRc = %d\n", "SIMPLE", rc, wRc, cRc);
|
printf("\tFile with creator SimpleText: name = \"%s\", rc = %d, wRc = %d, cRc = %d\n", "SIMPLE", rc, wRc, cRc);
|
||||||
|
|
||||||
memset(&finderInfo, 0, sizeof(FInfo));
|
memset(&finderInfo, 0, sizeof(FInfo));
|
||||||
rc = HCreate(refNum, dirId, "\pDIC", ostUnknown, ftGenericDocumentPC);
|
rc = HCreate(refNum, dirId, "\pAARU", ostUnknown, ftGenericDocumentPC);
|
||||||
if(!rc)
|
if(!rc)
|
||||||
{
|
{
|
||||||
rc = HOpenDF(refNum, dirId, "\pDIC", 0, &refFile);
|
rc = HOpenDF(refNum, dirId, "\pAARU", 0, &refFile);
|
||||||
if(!rc)
|
if(!rc)
|
||||||
{
|
{
|
||||||
count = strlen(dicText);
|
count = strlen(aaruText);
|
||||||
wRc = FSWrite(refFile, &count, dicText);
|
wRc = FSWrite(refFile, &count, aaruText);
|
||||||
cRc = FSClose(refFile);
|
cRc = FSClose(refFile);
|
||||||
finderInfo.fdType = ftGenericDocumentPC;
|
finderInfo.fdType = ftGenericDocumentPC;
|
||||||
finderInfo.fdCreator = ostAaru;
|
finderInfo.fdCreator = ostAaru;
|
||||||
rc = HSetFInfo(refNum, dirId, "\pDIC", &finderInfo);
|
rc = HSetFInfo(refNum, dirId, "\pAARU", &finderInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("\tFile with creator 'dic ': name = \"%s\", rc = %d, wRc = %d, cRc = %d\n", "DIC", rc, wRc, cRc);
|
printf("\tFile with creator 'aaru': name = \"%s\", rc = %d, wRc = %d, cRc = %d\n", "AARU", rc, wRc, cRc);
|
||||||
|
|
||||||
memset(&finderInfo, 0, sizeof(FInfo));
|
memset(&finderInfo, 0, sizeof(FInfo));
|
||||||
rc = HCreate(refNum, dirId, "\pPOS_M32_M32", ostUnknown, ftGenericDocumentPC);
|
rc = HCreate(refNum, dirId, "\pPOS_M32_M32", ostUnknown, ftGenericDocumentPC);
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ const char *bundleText = "This file has a BNDL resource.\r";
|
|||||||
const char *invisibleText = "This file is invisible.\r";
|
const char *invisibleText = "This file is invisible.\r";
|
||||||
const char *aliasText = "This file is an alias to nowhere.\r";
|
const char *aliasText = "This file is an alias to nowhere.\r";
|
||||||
const char *simpletextText = "This file has creator 'ttxt'.\r";
|
const char *simpletextText = "This file has creator 'ttxt'.\r";
|
||||||
const char *dicText = "This file has creator 'dic '.\r";
|
const char *aaruText = "This file has creator 'aaru'.\r";
|
||||||
const char *pos_m32_m32 = "This file position is -32k,-32k.\r";
|
const char *pos_m32_m32 = "This file position is -32k,-32k.\r";
|
||||||
const char *pos_32_32 = "This file position is 32k,32k.\r";
|
const char *pos_32_32 = "This file position is 32k,32k.\r";
|
||||||
const char *pos_m1_m1 = "This file position is -1k,-1k.\r";
|
const char *pos_m1_m1 = "This file position is -1k,-1k.\r";
|
||||||
@@ -78,7 +78,7 @@ const char *rsrcText = "This file has a custom icon, a version, and a p
|
|||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
gestaltMacOSCompatibilityBoxAttr = FOUR_CHAR_CODE('bbox'),
|
gestaltMacOSCompatibilityBoxAttr = FOUR_CHAR_CODE('bbox'),
|
||||||
ostAaru = FOUR_CHAR_CODE('dic '),
|
ostAaru = FOUR_CHAR_CODE('aaru'),
|
||||||
ostSimpleText = FOUR_CHAR_CODE('ttxt'),
|
ostSimpleText = FOUR_CHAR_CODE('ttxt'),
|
||||||
ostUnknown = FOUR_CHAR_CODE('????'),
|
ostUnknown = FOUR_CHAR_CODE('????'),
|
||||||
rtIcons = FOUR_CHAR_CODE('icns'),
|
rtIcons = FOUR_CHAR_CODE('icns'),
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
project : C:\dic\os2_16.exe .SYMBOLIC
|
project : C:\aaru\os2_16.exe .SYMBOLIC
|
||||||
|
|
||||||
!include C:\dic\os2_16.mk1
|
!include C:\aaru\os2_16.mk1
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
!define BLANK ""
|
!define BLANK ""
|
||||||
C:\dic\main.obj : C:\dic\main.c .AUTODEPEND
|
C:\aaru\main.obj : C:\aaru\main.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
*wcc main.c -i="C:\WATCOM/h;C:\WATCOM/h/os21x" -w4 -e25 -zq -od -d2 -bt=os2&
|
*wcc main.c -i="C:\WATCOM/h;C:\WATCOM/h/os21x" -w4 -e25 -zq -od -d2 -bt=os2&
|
||||||
-fo=.obj -ml
|
-fo=.obj -ml
|
||||||
|
|
||||||
C:\dic\os2_16.obj : C:\dic\os2_16.c .AUTODEPEND
|
C:\aaru\os2_16.obj : C:\aaru\os2_16.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
*wcc os2_16.c -i="C:\WATCOM/h;C:\WATCOM/h/os21x" -w4 -e25 -zq -od -d2 -bt=o&
|
*wcc os2_16.c -i="C:\WATCOM/h;C:\WATCOM/h/os21x" -w4 -e25 -zq -od -d2 -bt=o&
|
||||||
s2 -fo=.obj -ml
|
s2 -fo=.obj -ml
|
||||||
|
|
||||||
C:\dic\os2_16.exe : C:\dic\main.obj C:\dic\os2_16.obj C:\dic\consts.h C:\dic&
|
C:\aaru\os2_16.exe : C:\aaru\main.obj C:\aaru\os2_16.obj C:\aaru\consts.h C:\aaru&
|
||||||
\defs.h C:\dic\dosos2.h C:\dic\main.h C:\dic\os2_16.h .AUTODEPEND
|
\defs.h C:\aaru\dosos2.h C:\aaru\main.h C:\aaru\os2_16.h .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
@%write os2_16.lk1 FIL main.obj,os2_16.obj
|
@%write os2_16.lk1 FIL main.obj,os2_16.obj
|
||||||
@%append os2_16.lk1
|
@%append os2_16.lk1
|
||||||
!ifneq BLANK ""
|
!ifneq BLANK ""
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
project : C:\dic\os2_32.exe .SYMBOLIC
|
project : C:\aaru\os2_32.exe .SYMBOLIC
|
||||||
|
|
||||||
!include C:\dic\os2_32.mk1
|
!include C:\aaru\os2_32.mk1
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
!define BLANK ""
|
!define BLANK ""
|
||||||
C:\dic\main.obj : C:\dic\main.c .AUTODEPEND
|
C:\aaru\main.obj : C:\aaru\main.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
*wcc386 main.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3r -b&
|
*wcc386 main.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3r -b&
|
||||||
t=os2 -fo=.obj -mf
|
t=os2 -fo=.obj -mf
|
||||||
|
|
||||||
C:\dic\os2_32.obj : C:\dic\os2_32.c .AUTODEPEND
|
C:\aaru\os2_32.obj : C:\aaru\os2_32.c .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
*wcc386 os2_32.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3r &
|
*wcc386 os2_32.c -i="C:\WATCOM/h;C:\WATCOM/h/os2" -w4 -e25 -zq -od -d2 -3r &
|
||||||
-bt=os2 -fo=.obj -mf
|
-bt=os2 -fo=.obj -mf
|
||||||
|
|
||||||
C:\dic\os2_32.exe : C:\dic\main.obj C:\dic\os2_32.obj C:\dic\consts.h C:\dic&
|
C:\aaru\os2_32.exe : C:\aaru\main.obj C:\aaru\os2_32.obj C:\aaru\consts.h C:\aaru&
|
||||||
\defs.h C:\dic\dosos2.h C:\dic\main.h C:\dic\os2_32.h .AUTODEPEND
|
\defs.h C:\aaru\dosos2.h C:\aaru\main.h C:\aaru\os2_32.h .AUTODEPEND
|
||||||
@C:
|
@C:
|
||||||
cd C:\dic
|
cd C:\aaru
|
||||||
@%write os2_32.lk1 FIL main.obj,os2_32.obj
|
@%write os2_32.lk1 FIL main.obj,os2_32.obj
|
||||||
@%append os2_32.lk1
|
@%append os2_32.lk1
|
||||||
!ifneq BLANK ""
|
!ifneq BLANK ""
|
||||||
|
|||||||
Reference in New Issue
Block a user