From e0151818256a633a75484e602477702659f47f04 Mon Sep 17 00:00:00 2001 From: bugmaster Date: Wed, 23 May 2012 13:53:18 +0400 Subject: [PATCH] Adding service files --- .gitattributes | 63 +++++++++++++++++++++++++++++++++++++++++ .gitignore | 17 +++++++++++ adm/UDLIST | 44 ++++++++++++++++++++++++++++ src/WOKsite/wok.bat | 20 ++++++------- src/WOKsite/wokinit.bat | 18 ++++++------ 5 files changed, 143 insertions(+), 19 deletions(-) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 adm/UDLIST diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d11379 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,63 @@ +.gitattributes eol=lf +.gitignore eol=lf +*.txt eol=lf +*.h eol=lf +*.c eol=lf +*.inl eol=lf +*.cpp eol=lf +*.cxx eol=lf +*.gxx eol=lf +*.hxx eol=lf +*.ixx eol=lf +*.jxx eol=lf +*.lxx eol=lf +*.pxx eol=lf +*.cdl eol=lf +*.edl eol=lf +*.mm eol=lf +*.el eol=lf +*.sh eol=lf +*.csh eol=lf +*.tcl eol=lf +*.workspace eol=lf +*.cbp eol=lf +*.svg eol=lf +*.xib eol=lf +*.plist eol=lf +*.java eol=lf +FILES eol=lf +PACKAGES eol=lf +EXTERNLIB eol=lf +UDLIST eol=lf +*.bat eol=crlf +*.cmd eol=crlf +*.rc eol=crlf +*.cs eol=crlf +*.def eol=crlf +*.iss eol=crlf +*.ini eol=crlf +*.lng eol=crlf +*.vcproj eol=crlf +*.csproj eol=crlf +*.vcxproj* eol=crlf +*.sln eol=crlf +*.res eol=crlf +*.resx eol=crlf +*.dll binary +*.so binary +*.dylib binary +*.7z binary +*.pdf binary +*.png binary +*.jpg binary +*.bmp binary +*.gif binary +*.xwd binary +*.ico binary +*.icns binary +*.std binary +*.gz binary +*.doc binary +*.rgb binary +*.mft binary +*.stl binary diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..071f26c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ + +# / +/.adm +/sun +/lin +/ao1 +/sil +/wnt +/drv +/inc +/work +/win32 +/win64 + +# /adm/ +/adm/win32 +/adm/win64 diff --git a/adm/UDLIST b/adm/UDLIST new file mode 100644 index 0000000..09686a7 --- /dev/null +++ b/adm/UDLIST @@ -0,0 +1,44 @@ +n CDLFront +n CPPClient +n CPPExt +n CPPIntExt +n CSFDBSchema +n IDLFront +n TCPPExt +p CPPJini +p EDL +p MS +p MSAPI +p WOKAPI +p WOKBuilder +p WOKDFLT +p WOKDeliv +p WOKMake +p WOKNT +p WOKOBJS +p WOKOrbix +p WOKStep +p WOKTCL +p WOKTclTools +p WOKTclUtils +p WOKTools +p WOKUnix +p WOKUtils +p WOKernel +r WOKBuilderDef +r WOKEntityDef +r WOKStepsDef +r WOKTclLib +r WOKsite +t TKCDLFront +t TKCPPClient +t TKCPPExt +t TKCPPIntExt +t TKCPPJini +t TKCSFDBSchema +t TKIDLFront +t TKTCPPExt +t TKWOK +t TKWOKTcl +x WOKLibs +x WOKSH diff --git a/src/WOKsite/wok.bat b/src/WOKsite/wok.bat index a825fbc..8909211 100755 --- a/src/WOKsite/wok.bat +++ b/src/WOKsite/wok.bat @@ -1,10 +1,10 @@ -set TCLHOME=%CASROOT%/../3rdparty/win32/tcltk -set TCLBIN=%TCLHOME%/bin -set WOKHOME=%CASROOT%/../wok -set PATH=%TCLBIN%;%WOKHOME%/lib/wnt;%PATH% -set TCL_RCFILE=%HOME%/tclshrc.tcl -set WOK_ROOTADMDIR=%WOKHOME%/wok_entities -set INIT=%WOKHOME%/lib/wnt -set HOME=%WOKHOME%/site -cd /d %WOK_ROOTADMDIR% -%TCLBIN%/tclsh.exe +set TCLHOME=%CASROOT%/../3rdparty/win32/tcltk +set TCLBIN=%TCLHOME%/bin +set WOKHOME=%CASROOT%/../wok +set PATH=%TCLBIN%;%WOKHOME%/lib/wnt;%PATH% +set TCL_RCFILE=%HOME%/tclshrc.tcl +set WOK_ROOTADMDIR=%WOKHOME%/wok_entities +set INIT=%WOKHOME%/lib/wnt +set HOME=%WOKHOME%/site +cd /d %WOK_ROOTADMDIR% +%TCLBIN%/tclsh.exe diff --git a/src/WOKsite/wokinit.bat b/src/WOKsite/wokinit.bat index 9399b29..bce2097 100755 --- a/src/WOKsite/wokinit.bat +++ b/src/WOKsite/wokinit.bat @@ -1,9 +1,9 @@ -set TCLHOME=%CASROOT%/../3rdparty/win32/tcltk -set TCLBIN=%TCLHOME%/bin -set WOKHOME=%CASROOT%/../wok -set PATH=%TCLBIN%;%WOKHOME%/lib/wnt;%PATH% -set TCL_RCFILE=%WOKHOME%/site/tclshrc.tcl -set WOK_ROOTADMDIR=%WOKHOME%/wok_entities -set HOME=%WOKHOME%/site -cd %WOK_ROOTADMDIR% -%TCLBIN%/tclsh.exe < %HOME%/CreateFactory.tcl +set TCLHOME=%CASROOT%/../3rdparty/win32/tcltk +set TCLBIN=%TCLHOME%/bin +set WOKHOME=%CASROOT%/../wok +set PATH=%TCLBIN%;%WOKHOME%/lib/wnt;%PATH% +set TCL_RCFILE=%WOKHOME%/site/tclshrc.tcl +set WOK_ROOTADMDIR=%WOKHOME%/wok_entities +set HOME=%WOKHOME%/site +cd %WOK_ROOTADMDIR% +%TCLBIN%/tclsh.exe < %HOME%/CreateFactory.tcl -- 2.39.5