File: configur.bat.in

package info (click to toggle)
gtypist 2.7-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 4,144 kB
  • ctags: 1,214
  • sloc: ansic: 9,360; sh: 4,378; makefile: 509; perl: 394; awk: 375; yacc: 316; lisp: 195; sed: 16
file content (14 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo Configuring gtypist @VERSION
@echo Using DJGPP and PDCURSES
@echo No Native Language Support
@echo Creating config.h
@echo /* config.h */ > config.h
@echo #undef ENABLE_NLS >>config.h
@echo #define PACKAGE "gtypist" >> config.h
@echo #define VERSION "@VERSION" >> config.h
@echo #define HAVE_LIBCURSES >> config.h
@echo Creating Makefile
@echo # Makefile > Makefile
@echo gtypist.exe: Makefile gtypist.c >> Makefile
@echo 	gcc -I. -static -O -DNCURSES -o gtypist error.c script.c cursmenu.c gtypist.c getopt.c getopt1.c -lpdcurses -lpanel >> Makefile