summaryrefslogtreecommitdiff
path: root/win32/pcsx.dev
diff options
context:
space:
mode:
Diffstat (limited to 'win32/pcsx.dev')
-rw-r--r--win32/pcsx.dev4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/pcsx.dev b/win32/pcsx.dev
index f038aa72..348e38a1 100644
--- a/win32/pcsx.dev
+++ b/win32/pcsx.dev
@@ -1099,11 +1099,11 @@ BuildCmd=$(CC) -c cheat.c -o cheat.o $(CFLAGS)
[Unit106]
FileName=gui\CheatDlg.c
-CompileCpp=1
+CompileCpp=0
Folder=gui
Compile=1
Link=1
Priority=1000
OverrideBuildCmd=0
-BuildCmd=
+BuildCmd=$(CC) -c CheatDlg.c -o CheatDlg.o $(CFLAGS)