Changeset 4143 for branches/GRACE/src
- Timestamp:
- Sep 1, 2000, 5:40:15 PM (25 years ago)
- Location:
- branches/GRACE/src/win32k
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/Makefile
r4120 r4143 1 1 ################################################################################ 2 # $Id: Makefile,v 1.43.4.1 0 2000-08-30 04:45:57bird Exp $2 # $Id: Makefile,v 1.43.4.11 2000-09-01 15:40:15 bird Exp $ 3 3 # 4 4 # Win32k makefile. … … 679 679 !endif 680 680 681 682 ################################################################################683 # Create output directories.684 ################################################################################685 !if [mkdir bin > nul 2>&1]686 !endif687 !if [mkdir $(WIN32KBIN) > nul 2>&1]688 !endif689 !if [mkdir list > nul 2>&1]690 !endif691 !if [mkdir $(WIN32KLIST) > nul 2>&1]692 !endif693 !if [mkdir object > nul 2>&1]694 !endif695 !if [mkdir $(WIN32KOBJ) > nul 2>&1]696 !endif697 698 -
branches/GRACE/src/win32k/configure.cmd
r3041 r4143 1 /* $Id: configure.cmd,v 1.10 2000-03-08 09:23:04 bird Exp $1 /* $Id: configure.cmd,v 1.10.4.1 2000-09-01 15:40:14 bird Exp $ 2 2 * 3 3 * Configuration script. … … 105 105 call stream sIncFile, 'c', 'close'; 106 106 107 /* 108 * Create output directories. 109 */ 110 'mkdir bin > nul 2> nul' 111 'mkdir bin\release > nul 2> nul' 112 'mkdir bin\debug > nul 2> nul' 113 114 'mkdir list > nul 2> nul' 115 'mkdir list\release > nul 2> nul' 116 'mkdir list\debug > nul 2> nul' 117 118 'mkdir object > nul 2> nul' 119 'mkdir object\debug > nul 2> nul' 120 'mkdir object\release > nul 2> nul' 121 122 /* 123 * Display output. 124 */ 107 125 if (fInteractive = 1) then 108 126 do
Note:
See TracChangeset
for help on using the changeset viewer.