| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| This folder has no files. | |||
| Totals: 0 Items | 0 | ||
The following 'genprog' text-snap-shot will be available shortly on
http://sourceforge.net/project/genprog
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\mingw32>genprog
GENPROG.EXE, Version 2010.03.05.16 (0x7DA30510)
GENPROG (mingw32) for Windows
Copyright (c) 2009, tmalbonph@yahoo.com
All rights Reserved
usage: genprog -[opt] [-w] -v[xx,yy] name [base:dir] [-main] [-dll]
where:
-[opt] = specify type of file to generate, supported are:
-h = create C/C++ header .h
-hxx = create C++ header .hxx, -hpp = create C++ header .hpp
-c = create C source .c
-cc = create C++ source .cc, -cxx = create C++ source .cxx
-cpp = create C++ source .cpp
-rc = create Borland .rc file, -rc2 = create MSV .rc file
-rh = create Borland .rh file
-s = create (AS) Assembler .S file, -asm = create MASM assembler .ASM file
-def = create Win32 .DEF file
-ico = create GREEN icon file, -icr = create RED icon file
-icy = create YELLOW icon file
-bas = create VB 6.0 module .bas file, -frm = create VB 6.0 form .frm file
-vbp = create VB 6.0 Project .vbp file
-dll = specify target is a DLL module, default is an EXE application
-gcc = specify target is for GNU/GCC Mingw32, windres compatibility.
-w = overwrite existing file
-v[xx,yy] = specify product version, default: 1.10
xx = major version 1-255, yy = minor version 1-255
name is base filename to create; notes on `name':
a) if name has no extension, type derive from [opt]
b) if given name exist, it will not be overwritten.
base:dir = specify to create project at C:/{dir}/[inc,prog,obj],
and this option is use to creates all needed dir and files.
Must specify name and version -v[xx,yy] too.
-main = specify to include sample main() codes when
generating .c, .cc, .cpp; ignored on other file.
C:\mingw32>