diff options
author | Bogdan Gheorghe <gheorghe> | 2011-01-10 23:37:46 +0000 |
---|---|---|
committer | Bogdan Gheorghe <gheorghe> | 2011-01-10 23:37:46 +0000 |
commit | 098c579f6b8b438a7f43c26bfa9afaec4de10f11 (patch) | |
tree | 71f8691cbbaa8d7bc1c2bca0c9d1c7e1ea9e9335 | |
parent | e9af7093ec7caa05b79baaf56edd72b48dd43b8f (diff) | |
download | eclipse.platform.swt-098c579f6b8b438a7f43c26bfa9afaec4de10f11.tar.gz eclipse.platform.swt-098c579f6b8b438a7f43c26bfa9afaec4de10f11.tar.xz eclipse.platform.swt-098c579f6b8b438a7f43c26bfa9afaec4de10f11.zip |
*** empty log message ***
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/make_win32.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/make_win32.mak b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/make_win32.mak index 94c83ec05d..d5d8b8649f 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/make_win32.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/make_win32.mak @@ -84,7 +84,7 @@ CFLAGS = -O1 -DNDEBUG $(cflags) $(cvarsmt) $(CFLAGS) \ /I"$(JAVA_HOME)\include" /I"$(JAVA_HOME)\include\win32" /I. RCFLAGS = $(rcflags) $(rcvars) $(RCFLAGS) -DSWT_FILE_VERSION=\"$(maj_ver).$(min_ver)\" -DSWT_COMMA_VERSION=$(comma_ver) -all: make_swt make_awt make_gdip make_wgl make_webkit +all: make_swt make_awt make_gdip make_wgl #make_webkit webkit_win32_custom.obj: webkit_win32_custom.cpp cl $(WEBKITCFLAGS) webkit_win32_custom.cpp |