mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
* 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:
parent
d67914e2ee
commit
ccc1dbea89
@ -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.
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user