diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-26 14:36:53 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-08-26 14:36:53 +0000 |
| commit | f3499bc61cd525e6d342854ebe212d4c977662dc (patch) | |
| tree | 97d471be3079c5b494abbd4ff688fec5b7be8fad /win32/pcsx.dev | |
| parent | f865dc1d5ebe04cb07c43406e53490bee2659df2 (diff) | |
| download | pcsxr-f3499bc61cd525e6d342854ebe212d4c977662dc.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@27779 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/pcsx.dev')
| -rw-r--r-- | win32/pcsx.dev | 4 |
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)
|
