Added the GDB stub code to the build.
This commit is contained in:
parent
3ef0536c23
commit
c1f2e817ae
|
@ -1,11 +1,11 @@
|
|||
[Project]
|
||||
FileName=DeSmuME.dev
|
||||
Name=DeSmuME
|
||||
UnitCount=79
|
||||
UnitCount=82
|
||||
Type=0
|
||||
Ver=1
|
||||
ObjFiles=
|
||||
Includes=
|
||||
Includes=..
|
||||
Libs=
|
||||
PrivateResource=yopyop_private.rc
|
||||
ResourceIncludes=
|
||||
|
@ -836,3 +836,32 @@ Priority=1000
|
|||
OverrideBuildCmd=0
|
||||
BuildCmd=
|
||||
|
||||
[Unit80]
|
||||
FileName=..\gdbstub\gdbstub_internal.h
|
||||
CompileCpp=0
|
||||
Folder=DeSmuME
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
OverrideBuildCmd=0
|
||||
BuildCmd=
|
||||
|
||||
[Unit81]
|
||||
FileName=..\gdbstub\gdbstub.c
|
||||
CompileCpp=0
|
||||
Folder=DeSmuME
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
OverrideBuildCmd=0
|
||||
BuildCmd=
|
||||
|
||||
[Unit82]
|
||||
FileName=..\gdbstub.h
|
||||
CompileCpp=0
|
||||
Folder=DeSmuME
|
||||
Compile=1
|
||||
Link=1
|
||||
Priority=1000
|
||||
OverrideBuildCmd=0
|
||||
BuildCmd=
|
||||
|
|
Loading…
Reference in New Issue