From bd95daf1273809fbb47dab2376c5e13a4496fc24 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 23 Aug 2004 00:28:19 +0000 Subject: Win32 (using dev-cpp) --- int2tap.c | 4 ++ int2tap.dev | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ int2tap.layout | 32 ++++++++++++++++ 3 files changed, 155 insertions(+) create mode 100755 int2tap.dev create mode 100755 int2tap.layout diff --git a/int2tap.c b/int2tap.c index b7cf00c..63eeb29 100644 --- a/int2tap.c +++ b/int2tap.c @@ -97,6 +97,10 @@ int main(int argc, char *argv[]) { progname++; } + else if ((progname=strrchr(argv[0],'\\'))) + { + progname++; + } else { progname=argv[0]; diff --git a/int2tap.dev b/int2tap.dev new file mode 100755 index 0000000..6e8291e --- /dev/null +++ b/int2tap.dev @@ -0,0 +1,119 @@ +[Project] +FileName=int2tap.dev +Name=int2tap +UnitCount=7 +Type=1 +Ver=1 +ObjFiles= +Includes= +Libs= +PrivateResource= +ResourceIncludes= +MakeIncludes= +Compiler= +CppCompiler= +Linker= +IsCpp=0 +Icon= +ExeOutput= +ObjectOutput= +OverrideOutput=0 +OverrideOutputName= +HostApplication= +Folders= +CommandLine= +UseCustomMakefile=0 +CustomMakefile= +IncludeVersionInfo=0 +SupportXPThemes=0 +CompilerSet=0 +CompilerSettings=0000000000000000000000 + +[Unit1] +FileName=basic.c +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit2] +FileName=basic.h +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit3] +FileName=int2tap.c +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit4] +FileName=intel.c +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit5] +FileName=intel.h +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit6] +FileName=tap.c +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit7] +FileName=tap.h +CompileCpp=0 +Folder=int2tap +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[VersionInfo] +Major=0 +Minor=1 +Release=1 +Build=1 +LanguageID=1033 +CharsetID=1252 +CompanyName= +FileVersion= +FileDescription=Developed using the Dev-C++ IDE +InternalName= +LegalCopyright= +LegalTrademarks= +OriginalFilename= +ProductName= +ProductVersion= +AutoIncBuildNr=0 + diff --git a/int2tap.layout b/int2tap.layout new file mode 100755 index 0000000..a3378ef --- /dev/null +++ b/int2tap.layout @@ -0,0 +1,32 @@ +[Editor_0] +CursorCol=1 +CursorRow=1 +TopLine=1 +LeftChar=1 +Open=0 +Top=0 +[Editors] +Order=2 +Focused=2 +[Editor_1] +Open=0 +Top=0 +[Editor_2] +Open=1 +Top=1 +CursorCol=9 +CursorRow=104 +TopLine=82 +LeftChar=1 +[Editor_3] +Open=0 +Top=0 +[Editor_4] +Open=0 +Top=0 +[Editor_5] +Open=0 +Top=0 +[Editor_6] +Open=0 +Top=0 -- cgit v1.2.3