diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2010-02-26 16:31:17 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2010-02-26 16:31:17 +0000 |
| commit | 1c38efe1a35b4c89178330234e3fb5ec1a561be9 (patch) | |
| tree | d0514f30d7a3a2fe6cf8aa8cb3434542808ef60f /fluid | |
| parent | 90ea2137de575499153585ed62e497c89f5f19d7 (diff) | |
VisualC library naming scheme fixes
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7155 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/ide_visualc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/ide_visualc.cxx b/fluid/ide_visualc.cxx index 6c8a7af63..3011238f2 100644 --- a/fluid/ide_visualc.cxx +++ b/fluid/ide_visualc.cxx @@ -101,7 +101,7 @@ public: */ int writeProjectSection(FILE *f, Fl_Preferences &targetDB, char dll=0) { char name[80]; targetDB.get("name", name, "DBERROR", 80); - if (dll) strcat(name, "_dll"); + if (dll) strcat(name, "dll"); fprintf(f, "###############################################################################\r\n"); fprintf(f, "\r\n"); fprintf(f, "Project: \"%s\"=\".\\%s.dsp\" - Package Owner=<4>\r\n", name, name); |
