- Timestamp:
- Feb 11, 2000, 12:40:10 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/makefile
r2743 r2749 1 # $Id: makefile,v 1.4 6 2000-02-10 22:28:15bird Exp $1 # $Id: makefile,v 1.47 2000-02-10 23:40:10 bird Exp $ 2 2 3 3 # … … 160 160 # Odin32 API DB Management 161 161 # 162 apiimport:162 APIImport: 163 163 $(DOWITHDIRS) -e$(NOTWIN32DLLS) -ewnetap32 -cp \ 164 164 ..\..\tools\bin\APIImport.cmd … … 168 168 ..\..\tools\bin\APIImport.exe APIImport.def 169 169 170 stateupd:170 StateUpd: 171 171 ..\..\tools\bin\StateUpd.exe -io+ 172 172 -$(DOWITHDIRS) -e$(NOTWIN32DLLS) -ewnetap32 -cp -i \ … … 174 174 ..\..\tools\bin\StateUpd.exe -io+ 175 175 176 cleandblogs: 176 ReadSignals: 177 -$(DOWITHDIRS) -e$(NOTWIN32DLLS) -ewnetap32 -cp -i \ 178 IF EXIST signals.log list signals.log 179 180 ReadStateUpdLogs: 181 -$(DOWITHDIRS) -e$(NOTWIN32DLLS) -ewnetap32 -cp -i \ 182 IF EXIST signals.log list signals.log 183 184 ReadAPIImportLogs: 185 -$(DOWITHDIRS) -e$(NOTWIN32DLLS) -ewnetap32 -cp -i \ 186 IF EXIST apiimport.log list apiimport.log 187 188 189 CleanDBLogs: 177 190 $(DOWITHDIRS) -e$(NOTWIN32DLLS) -cp \ 178 191 $(RM) apiimport.log signals.log stateupd.log apiimport.def
Note:
See TracChangeset
for help on using the changeset viewer.