diff --git a/.gitattributes b/.gitattributes index bf53adf..b9d2afc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ * text eol=lf -nmrpflash.dev text eol=crlf +nmrpflash.cbp text eol=crlf nmrpflash.manifest text eol=crlf nmrpflash.rc text eol=crlf diff --git a/README.md b/README.md index 154681e..dc6a417 100644 --- a/README.md +++ b/README.md @@ -243,8 +243,8 @@ $ pkg install nmrpflash ###### Windows The repository includes a -[DevCpp](http://sourceforge.net/projects/orwelldevcpp/) -project file (`nmrpflash.dev`). Download the latest +[CodeBlocks](https://www.codeblocks.org/) +project file (`nmrpflash.cbp`). Download the latest [Npcap SDK](https://nmap.org/npcap/) and extract it into the root folder of the `nmrpflash` sources. diff --git a/nmrpflash.cbp b/nmrpflash.cbp new file mode 100644 index 0000000..579c556 --- /dev/null +++ b/nmrpflash.cbp @@ -0,0 +1,59 @@ + + + + + + diff --git a/nmrpflash.dev b/nmrpflash.dev deleted file mode 100644 index 7d51da2..0000000 --- a/nmrpflash.dev +++ /dev/null @@ -1,112 +0,0 @@ -[Project] -FileName=nmrpflash.dev -Name=nmrpflash -Type=1 -Ver=2 -ObjFiles= -Includes=Npcap\Include -Libs=Npcap\Lib -PrivateResource= -ResourceIncludes= -MakeIncludes= -Compiler=-DNMRPFLASH_VERSION=\"0.9.15\"_@@_ -D_WIN32_WINNT=0x0600_@@_ -CppCompiler= -Linker=-liphlpapi_@@_-lws2_32_@@_-ladvapi32_@@_-lwpcap_@@_-lpacket_@@__@@_ -IsCpp=0 -Icon= -ExeOutput= -ObjectOutput=Obj -LogOutput= -LogOutputEnabled=0 -OverrideOutput=0 -OverrideOutputName=nmrpflash.exe -HostApplication= -UseCustomMakefile=0 -CustomMakefile= -CommandLine=-L -Folders= -IncludeVersionInfo=0 -SupportXPThemes=0 -CompilerSet=3 -CompilerSettings=00000001a0000000000001000 -UnitCount=6 - -[VersionInfo] -Major=1 -Minor=0 -Release=0 -Build=0 -LanguageID=1033 -CharsetID=1252 -CompanyName= -FileVersion=1.0.0.0 -FileDescription=Developed using the Dev-C++ IDE -InternalName= -LegalCopyright= -LegalTrademarks= -OriginalFilename= -ProductName= -ProductVersion=1.0.0.0 -AutoIncBuildNr=0 -SyncProduct=1 - -[Unit1] -FileName=ethsock.c -CompileCpp=0 -Folder= -Compile=1 -Link=1 -Priority=1000 -OverrideBuildCmd=0 -BuildCmd= - -[Unit2] -FileName=main.c -CompileCpp=0 -Folder= -Compile=1 -Link=1 -Priority=1000 -OverrideBuildCmd=0 -BuildCmd= - -[Unit3] -FileName=nmrp.c -CompileCpp=0 -Folder= -Compile=1 -Link=1 -Priority=1000 -OverrideBuildCmd=0 -BuildCmd= - -[Unit4] -FileName=tftp.c -CompileCpp=0 -Folder= -Compile=1 -Link=1 -Priority=1000 -OverrideBuildCmd=0 -BuildCmd= - -[Unit5] -FileName=nmrpd.h -CompileCpp=0 -Folder= -Compile=1 -Link=1 -Priority=1000 -OverrideBuildCmd=0 -BuildCmd= - -[Unit6] -FileName=util.c -CompileCpp=0 -Folder= -Compile=1 -Link=1 -Priority=1000 -OverrideBuildCmd=0 -BuildCmd= -