diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 21:48:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-11-30 21:48:52 (GMT) |
commit | 0d3eefb1f1602bb39319ff2173b94cd1874e1c29 (patch) | |
tree | b01e9c24ca72e4e88bd80ec35894ed8db9f58c79 /Source/Makefile.in | |
parent | e9d0ad180fa73dd73d1ccf1e45cfa67d03e0d765 (diff) | |
download | CMake-0d3eefb1f1602bb39319ff2173b94cd1874e1c29.zip CMake-0d3eefb1f1602bb39319ff2173b94cd1874e1c29.tar.gz CMake-0d3eefb1f1602bb39319ff2173b94cd1874e1c29.tar.bz2 |
new borland generator moved into place
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index 4bb195a..28325a8 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -15,6 +15,7 @@ all: cmake OBJS = \ cmake.o \ +cmakewizard.o \ cmakemain.o \ cmMakeDepend.o \ cmMakefile.o \ |