Jamfile #1

  • //
  • guest/
  • thomas_quinot/
  • perforce/
  • utils/
  • c4/
  • Jamfile
  • View
  • Commits
  • Open Download .zip Download (166 B)
#
#	c4 - CVS like front end for p4

CC = gcc ;
LINK = gcc ;
CCFLAGS = -g ;

Main 	c4 :	command.c findroot.c fstat.c ignore.c glob.c
		info.c lookup.c main.c scan.c ;
# Change User Description Committed
#1 323 Thomas Quinot Thomas' changes to C4.