diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-19 16:54:34 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-19 16:54:34 (GMT) |
commit | b730794058d6f9c9ec7f7625867a813221320c03 (patch) | |
tree | 14ac7680327b20cc88861116c177fcd2c890867e /Source/Makefile.borland | |
parent | 73ea7c710fd0bb22591022fcecf8a02b468b184e (diff) | |
download | CMake-b730794058d6f9c9ec7f7625867a813221320c03.zip CMake-b730794058d6f9c9ec7f7625867a813221320c03.tar.gz CMake-b730794058d6f9c9ec7f7625867a813221320c03.tar.bz2 |
ENH: add dotnet stuff
Diffstat (limited to 'Source/Makefile.borland')
-rw-r--r-- | Source/Makefile.borland | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Makefile.borland b/Source/Makefile.borland index 7df429b..cf497ff 100644 --- a/Source/Makefile.borland +++ b/Source/Makefile.borland @@ -23,6 +23,7 @@ cmSystemTools.obj \ cmDirectory.obj \ cmUnixMakefileGenerator.obj \ cmMSProjectGenerator.obj \ +cmMSDotNETGenerator.obj \ cmDSPWriter.obj \ cmDSWWriter.obj \ cmNMakeMakefileGenerator.obj \ @@ -36,7 +37,7 @@ cmListFileCache.obj \ cmSourceGroup.obj cmake: ${OBJS} - bcc32 -ecmake ${OBJS} + bcc32 -ecmake ${OBJS} |