summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-06-02 08:32:14 +0000
committerrwst <rwst@users.sourceforge.net>2006-06-02 08:32:14 +0000
commit2fdcec42930f33c078e35913bbc41d1070d80bb7 (patch)
tree70b11ae2812a42718647313fc0748f5c25151b4a
parentFix for delete[] and binary comment (diff)
downloadinkscape-2fdcec42930f33c078e35913bbc41d1070d80bb7.tar.gz
inkscape-2fdcec42930f33c078e35913bbc41d1070d80bb7.zip
include registrytool.cpp/h in win32_sources
(bzr r1126)
-rw-r--r--src/Makefile_insert2
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