* OLE stuff returned to win32 build - otherwise clipboard doesn't work

* -MD removed from winping Makefile

git-svn-id: https://ipscan.svn.sourceforge.net/svnroot/ipscan/trunk@178 375186e5-ef17-0410-b0b6-91563547dcda
This commit is contained in:
angryziber 2007-07-24 22:02:12 +00:00
parent d67914e2ee
commit ccc1dbea89
3 changed files with 3 additions and 2 deletions

View File

@ -148,7 +148,8 @@
</fileset>
<fileset dir="${bin}.@{platform}/org/eclipse/swt/browser"/>
<fileset dir="${bin}.@{platform}/org/eclipse/swt/ole"/>
<fileset dir="${bin}.@{platform}/org/eclipse/swt/internal/ole"/>
<!-- This is needed for clipboard access to work
<fileset dir="${bin}.@{platform}/org/eclipse/swt/internal/ole"/>-->
<fileset dir="${bin}.@{platform}/org/eclipse/swt/opengl"/>
<fileset dir="${bin}.@{platform}/org/eclipse/swt/internal/opengl"/>
<fileset dir="${bin}.@{platform}/org/eclipse/swt/internal/cairo"/>

Binary file not shown.

View File

@ -30,7 +30,7 @@ all: $(LIBWINPING)
$(CC) -nologo $(CFLAGS) $(CPPFLAGS) -c $< -o $(DEST)\$@
$(LIBWINPING): $(OBJ)
$(CC) -nologo -MD -LD -o $(DEST)\$@ $**
$(CC) -nologo -LD -o $(DEST)\$@ $**
clean:
del $(CLEAN_EXTENSIONS)