Skip to content
Snippets Groups Projects
Commit 24341cf0 authored by rswindell's avatar rswindell
Browse files

Added JAVASCRIPT definition (necessary for services calls in sbbscon.c).

Added required files for parsing sbbs.ini.
parent 405990a5
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\xpdev" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\xpdev" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "JAVASCRIPT" /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
......@@ -84,6 +84,14 @@ LINK32=link.exe
# Name "sbbscon - Win32 Debug"
# Begin Source File
SOURCE=..\xpdev\ini_file.c
# End Source File
# Begin Source File
SOURCE=.\sbbs_ini.c
# End Source File
# Begin Source File
SOURCE=.\sbbscon.c
# End Source File
# End Target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment