X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.52.69.198 with SMTP id g6mr11131135vdu.6.1381789047974; Mon, 14 Oct 2013 15:17:27 -0700 (PDT) X-Received: by 10.49.64.72 with SMTP id m8mr64055qes.20.1381789047914; Mon, 14 Oct 2013 15:17:27 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 14 Oct 2013 15:17:27 -0700 (PDT) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.255.122.20; posting-account=TyluQwoAAADlMWw93s-gE-XP8kj6pXif NNTP-Posting-Host: 67.255.122.20 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Making a standalone EXE that will work without DJGPP From: Segadude Injection-Date: Mon, 14 Oct 2013 22:17:27 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 1500 Lines: 6 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r9EMU2mZ005833 Reply-To: djgpp AT delorie DOT com Today, I successfully compiled Lua 5.2.2 for MS-DOS using DJGPP. I want to make it a standalone EXE so I can distribute it. I read that pmode11b.zip is supposed to do it but I don't really understand how to use it. Is there a way to make a standalone EXE that will run by itself without DJGPP being installed? Any help would be greatly appreciated. P.S. DJGPP is great, I love it. Keep up the great work!