Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ca064f

Browse files
committed
At Mark Hammond's suggestion:
- use the DLL versions of the C runtime (!) - change path settings so intermediate files go to Debug/temp or Release/temp - add resource file to python15.dll (can't remember what this does) - add a separate project to build the parser module
1 parent 4a78a3c commit 9ca064f

5 files changed

Lines changed: 125 additions & 17 deletions

File tree

PC/vc5x/_tkinter.dsp

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/vc5x/parser.dsp

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/vc5x/pcbuild.dsw

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ Package=<4>
1515

1616
###############################################################################
1717

18+
Project: "parser"=.\parser.dsp - Package Owner=<4>
19+
20+
Package=<5>
21+
{{{
22+
}}}
23+
24+
Package=<4>
25+
{{{
26+
}}}
27+
28+
###############################################################################
29+
1830
Project: "python"=.\python.dsp - Package Owner=<4>
1931

2032
Package=<5>

PC/vc5x/python.dsp

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/vc5x/python15.dsp

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)