Updated wxSTC in 2.4 branch to Scintilla 1.54.

Also includes patches from ABX and new sample from Otto Wyss


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-09-18 18:14:34 +00:00
parent 3bfecd48e0
commit c7b539b354
70 changed files with 1516 additions and 579 deletions

View File

@@ -1,6 +1,6 @@
#Makefile from wxHatch for Symantec/Digital Mars compiler
WXDIR=..\..\..
TARGET=stctest
OBJECTS = $(TARGET).obj
OBJECTS = $(TARGET).obj edit.obj prefs.obj
EXTRALIBS=$(WXDIR)\lib\stc_sc.lib
include $(WXDIR)\src\makeprog.sc

View File

@@ -167,6 +167,14 @@ SOURCE=.\stctest.cpp
# End Source File
# Begin Source File
SOURCE=.\edit.cpp
# End Source File
# Begin Source File
SOURCE=.\prefs.cpp
# End Source File
# Begin Source File
SOURCE=.\stctest.rc
# ADD BASE RSC /l 0x809
# ADD RSC /l 0x809 /i "../../../include" /i "../../../contrib/include"

View File

@@ -12,7 +12,7 @@ WXDIR = $(WXWIN)
TARGET=stctest
EXTRALIBS=$(WXDIR)\lib\stc.lib
OBJECTS = $(TARGET).obj
OBJECTS = $(TARGET).obj edit.obj prefs.obj
!include $(WXDIR)\src\makeprog.b32

View File

@@ -6,7 +6,7 @@
WXDIR = ../../..
TARGET = stctest
OBJECTS = $(TARGET).o
OBJECTS = $(TARGET).o edit.o prefs.o
EXTRAINC = -I$(WXDIR)/contrib/include
EXTRALIBS = -lstc