This repository has been archived by the owner on Sep 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ScraftE.dsp
115 lines (88 loc) · 2.62 KB
/
ScraftE.dsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# Microsoft Developer Studio Project File - Name="ScraftE" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) External Target" 0x0106
CFG=ScraftE - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "ScraftE.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "ScraftE.mak" CFG="ScraftE - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "ScraftE - Win32 Release" (based on "Win32 (x86) External Target")
!MESSAGE "ScraftE - Win32 Debug" (based on "Win32 (x86) External Target")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
!IF "$(CFG)" == "ScraftE - Win32 Release"
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "."
# PROP Intermediate_Dir "."
# PROP Cmd_Line "..\..\My.Tools\builder.py release"
# PROP Rebuild_Opt "rebuild"
# PROP Target_File "scrafte.dll"
# PROP Target_Dir ""
!ELSEIF "$(CFG)" == "ScraftE - Win32 Debug"
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "."
# PROP Intermediate_Dir "."
# PROP Cmd_Line "..\..\My.Tools\builder.py -j _CL_COMPILER_VERSION=6 debug"
# PROP Rebuild_Opt "rebuild"
# PROP Target_File "scraft.dll"
# PROP Target_Dir ""
!ENDIF
# Begin Target
# Name "ScraftE - Win32 Release"
# Name "ScraftE - Win32 Debug"
!IF "$(CFG)" == "ScraftE - Win32 Release"
!ELSEIF "$(CFG)" == "ScraftE - Win32 Debug"
!ENDIF
# Begin Group "python_over_com"
# PROP Default_Filter ""
# Begin Source File
SOURCE=.\python_over_com\kaa.h
# End Source File
# Begin Source File
SOURCE=.\python_over_com\py_external_module.cpp
# End Source File
# Begin Source File
SOURCE=.\python_over_com\python_dispatcher.cpp
# End Source File
# Begin Source File
SOURCE=.\python_over_com\python_over_com.cpp
# End Source File
# Begin Source File
SOURCE=.\python_over_com\python_over_com.h
# End Source File
# Begin Source File
SOURCE=.\python_over_com\python_over_com_intern.h
# End Source File
# End Group
# Begin Source File
SOURCE=.\BuildRules
# End Source File
# Begin Source File
SOURCE=.\SpriteCraft.SRC\py_initscraft.cpp
# End Source File
# Begin Source File
SOURCE=.\ScraftE.rc
# End Source File
# Begin Source File
SOURCE=.\ScraftE.tlb
# End Source File
# Begin Source File
SOURCE=.\SpriteCraft.SRC\spritecraft.cpp
# End Source File
# Begin Source File
SOURCE=.\synchronize.h
# End Source File
# End Target
# End Project