1
This commit is contained in:
parent
ba2679a21e
commit
f7cbfd3267
|
@ -9,15 +9,15 @@ MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
|
|||
DCC = $(ROOT)\bin\dcc32.exe $**
|
||||
BRCC = $(ROOT)\bin\brcc32.exe $**
|
||||
#------------------------------------------------------------------------------
|
||||
PROJECTS = testDll.exe ProductPrice.dll
|
||||
PROJECTS = WeavingSchedule.dll testDll.exe
|
||||
#------------------------------------------------------------------------------
|
||||
default: $(PROJECTS)
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
WeavingSchedule.dll: WeavingSchedule.dpr
|
||||
$(DCC)
|
||||
|
||||
testDll.exe: testDll.dpr
|
||||
$(DCC)
|
||||
|
||||
ProductPrice.dll: ProductPrice.dpr
|
||||
$(DCC)
|
||||
|
||||
|
||||
|
|
|
@ -1099,8 +1099,8 @@ procedure TfrmClothSCDCGAnPai.PSKeyPress(Sender: TObject; var Key: Char);
|
|||
begin
|
||||
if Key = #13 then
|
||||
begin
|
||||
Button2.Click;
|
||||
Button2.Enabled := False;
|
||||
Button2.Click;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ DebugSourceDirs=
|
|||
UsePackages=0
|
||||
[Parameters]
|
||||
RunParams=
|
||||
HostApplication=D:\Dp7Repo\项目代码\向恒\坯布生产计划(WeavingSchedule)\testDll.exe
|
||||
HostApplication=E:\项目资料\01_针织厂\向恒\D7zzXiangHeng\坯布生产计划(WeavingSchedule)\testDll.exe
|
||||
Launcher=
|
||||
UseLauncher=0
|
||||
DebugCWD=
|
||||
|
|
Loading…
Reference in New Issue
Block a user