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:
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
WXDIR = ../../..
|
||||
|
||||
TARGET = stctest
|
||||
OBJECTS = $(TARGET).o
|
||||
OBJECTS = $(TARGET).o edit.o prefs.o
|
||||
EXTRAINC = -I$(WXDIR)/contrib/include
|
||||
EXTRALIBS = -lstc
|
||||
|
||||
|
Reference in New Issue
Block a user