Changeset 6 for trunk/Integrated.dpr
- Timestamp:
- Jan 7, 2017, 11:32:14 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Integrated.dpr
r2 r6 1 1 {$INCLUDE switches} 2 3 2 program cevo; 4 3 … … 13 12 CityProcessing in 'CityProcessing.pas', 14 13 UnitProcessing in 'UnitProcessing.pas', 15 Direct in 'Direct.pas' {DirectDlg} ,14 Direct in 'Direct.pas' {DirectDlg} , 16 15 ScreenTools in 'ScreenTools.pas', 17 Start in 'Start.pas' {StartDlg} ,18 Messg in 'Messg.pas' {MessgDlg} ,19 Inp in 'Inp.pas' {InputDlg} ,20 Back in 'Back.pas' {Background} ,21 Log in 'Log.pas' {LogDlg} ,16 Start in 'Start.pas' {StartDlg} , 17 Messg in 'Messg.pas' {MessgDlg} , 18 Inp in 'Inp.pas' {InputDlg} , 19 Back in 'Back.pas' {Background} , 20 Log in 'Log.pas' {LogDlg} , 22 21 PVSB in 'LocalPlayer\PVSB.pas', 23 22 LocalPlayer in 'LocalPlayer\LocalPlayer.pas', … … 26 25 Tribes in 'LocalPlayer\Tribes.pas', 27 26 IsoEngine in 'LocalPlayer\IsoEngine.pas', 28 Term in 'LocalPlayer\Term.pas' {MainScreen} ,29 MessgEx in 'LocalPlayer\MessgEx.pas' {MessgExDlg} ,27 Term in 'LocalPlayer\Term.pas' {MainScreen} , 28 MessgEx in 'LocalPlayer\MessgEx.pas' {MessgExDlg} , 30 29 BaseWin in 'LocalPlayer\BaseWin.pas', 31 Help in 'LocalPlayer\Help.pas' {HelpDlg} ,32 Select in 'LocalPlayer\Select.pas' {ListDlg} ,33 CityScreen in 'LocalPlayer\CityScreen.pas' {CityDlg} ,34 UnitStat in 'LocalPlayer\UnitStat.pas' {UnitStatDlg} ,35 Draft in 'LocalPlayer\Draft.pas' {DraftDlg} ,36 NatStat in 'LocalPlayer\NatStat.pas' {NatStatDlg} ,37 Diagram in 'LocalPlayer\Diagram.pas' {DiaDlg} ,38 Wonders in 'LocalPlayer\Wonders.pas' {WonderDlg} ,39 Nego in 'LocalPlayer\Nego.pas' {NegoDlg} ,40 CityType in 'LocalPlayer\CityType.pas' {CityTypeDlg} ,41 Enhance in 'LocalPlayer\Enhance.pas' {EnhanceDlg} ,42 NoTerm in 'NoTerm.pas' {NoTermDlg} ,43 Sound in 'Sound.pas' {SoundPlayer} ,44 Battle in 'LocalPlayer\Battle.pas' {BattleDlg} ,45 Rates in 'LocalPlayer\Rates.pas' {RatesDlg} ,30 Help in 'LocalPlayer\Help.pas' {HelpDlg} , 31 Select in 'LocalPlayer\Select.pas' {ListDlg} , 32 CityScreen in 'LocalPlayer\CityScreen.pas' {CityDlg} , 33 UnitStat in 'LocalPlayer\UnitStat.pas' {UnitStatDlg} , 34 Draft in 'LocalPlayer\Draft.pas' {DraftDlg} , 35 NatStat in 'LocalPlayer\NatStat.pas' {NatStatDlg} , 36 Diagram in 'LocalPlayer\Diagram.pas' {DiaDlg} , 37 Wonders in 'LocalPlayer\Wonders.pas' {WonderDlg} , 38 Nego in 'LocalPlayer\Nego.pas' {NegoDlg} , 39 CityType in 'LocalPlayer\CityType.pas' {CityTypeDlg} , 40 Enhance in 'LocalPlayer\Enhance.pas' {EnhanceDlg} , 41 NoTerm in 'NoTerm.pas' {NoTermDlg} , 42 Sound in 'Sound.pas' {SoundPlayer} , 43 Battle in 'LocalPlayer\Battle.pas' {BattleDlg} , 44 Rates in 'LocalPlayer\Rates.pas' {RatesDlg} , 46 45 TechTree in 'LocalPlayer\TechTree.pas' {TechTreeDlg}; 47 46 … … 49 48 50 49 begin 51 DotNetClient :=nil;50 DotNetClient := nil; 52 51 Application.Initialize; 53 52 Application.Title := 'C-evo'; … … 59 58 Application.CreateForm(TLogDlg, LogDlg); 60 59 Application.Run; 60 61 61 end. 62
Note:
See TracChangeset
for help on using the changeset viewer.