diff options
| author | Ralf Stephan <ralf@ark.in-berlin.de> | 2006-06-02 08:32:14 +0000 |
|---|---|---|
| committer | rwst <rwst@users.sourceforge.net> | 2006-06-02 08:32:14 +0000 |
| commit | 2fdcec42930f33c078e35913bbc41d1070d80bb7 (patch) | |
| tree | 70b11ae2812a42718647313fc0748f5c25151b4a | |
| parent | Fix for delete[] and binary comment (diff) | |
| download | inkscape-2fdcec42930f33c078e35913bbc41d1070d80bb7.tar.gz inkscape-2fdcec42930f33c078e35913bbc41d1070d80bb7.zip | |
include registrytool.cpp/h in win32_sources
(bzr r1126)
| -rw-r--r-- | src/Makefile_insert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index a2121988c..ceecbd9ce 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -8,7 +8,7 @@ # ################################################ if PLATFORM_WIN32 -win32_sources = winmain.cpp +win32_sources = winmain.cpp registrytool.cpp registrytool.h win32ldflags = -lcomdlg32 endif |
