X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=win32_makefile%2Fgnokii_vc6%2Frelease.bat;fp=win32_makefile%2Fgnokii_vc6%2Frelease.bat;h=28a764bb8b5c7318fa90866ffe3dc473f30c551e;hb=5d49fe8eea4e11457b4f9904eb0d5db435679841;hp=0000000000000000000000000000000000000000;hpb=a51604573a1dfaaad4304ffbf918e91617acf468;p=gnokii.git diff --git a/win32_makefile/gnokii_vc6/release.bat b/win32_makefile/gnokii_vc6/release.bat new file mode 100644 index 0000000..28a764b --- /dev/null +++ b/win32_makefile/gnokii_vc6/release.bat @@ -0,0 +1,6 @@ +@echo off +call ..\fcopy.bat make +echo Making +NMAKE /f "gnokii.mak" CFG="gnokii - Win32 Release" > log +echo Gnokii.exe is in the RELEASE directory +call ..\clean.bat make