-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspcu_daily.mak
executable file
·148 lines (122 loc) · 4.04 KB
/
spcu_daily.mak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
!IF "$(CFG)" == ""
CFG=spcu_daily - Win32 Debug
!MESSAGE No configuration specified. Defaulting to spcu_daily - Win32 Debug.
!ENDIF
!IF "$(CFG)" != "spcu_daily - Win32 Release" && "$(CFG)" !=\
"spcu_daily - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "spcu_daily.mak" CFG="spcu_daily - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "spcu_daily - Win32 Release" (based on\
"Win32 (x86) Console Application")
!MESSAGE "spcu_daily - Win32 Debug" (based on\
"Win32 (x86) Console Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
RSC=rc.exe
F90=fl32.exe
!IF "$(CFG)" == "spcu_daily - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
OUTDIR=.\Release
INTDIR=.\Release
ALL :
CLEAN :
-@erase
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE F90 /Ox /I "Release/" /c /nologo
# ADD F90 /Ox /I "Release/" /c /nologo
F90_PROJ=/Ox /I "Release/" /c /nologo /Fo"Release/"
F90_OBJS=.\Release/
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/spcu_daily.bsc"
BSC32_SBRS=
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 kernel32.lib /nologo /subsystem:console /machine:I386
LINK32_FLAGS=kernel32.lib /nologo /subsystem:console /incremental:no\
/pdb:"$(OUTDIR)/spcu_daily.pdb" /machine:I386 /out:"$(OUTDIR)/spcu_daily.exe"
LINK32_OBJS=
!ELSEIF "$(CFG)" == "spcu_daily - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "spcu_dai"
# PROP BASE Intermediate_Dir "spcu_dai"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "spcu_dai"
# PROP Intermediate_Dir "spcu_dai"
# PROP Target_Dir ""
OUTDIR=.\spcu_dai
INTDIR=.\spcu_dai
ALL :
CLEAN :
-@erase
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
# ADD BASE F90 /Zi /I "spcu_dai/" /c /nologo
# ADD F90 /Zi /I "spcu_dai/" /c /nologo
F90_PROJ=/Zi /I "spcu_dai/" /c /nologo /Fo"spcu_dai/"\
/Fd"spcu_dai/spcu_daily.pdb"
F90_OBJS=.\spcu_dai/
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/spcu_daily.bsc"
BSC32_SBRS=
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /debug /machine:I386
# ADD LINK32 kernel32.lib /nologo /subsystem:console /debug /machine:I386
LINK32_FLAGS=kernel32.lib /nologo /subsystem:console /incremental:yes\
/pdb:"$(OUTDIR)/spcu_daily.pdb" /debug /machine:I386\
/out:"$(OUTDIR)/spcu_daily.exe"
LINK32_OBJS=
!ENDIF
.for{$(F90_OBJS)}.obj:
$(F90) $(F90_PROJ) $<
.f{$(F90_OBJS)}.obj:
$(F90) $(F90_PROJ) $<
.f90{$(F90_OBJS)}.obj:
$(F90) $(F90_PROJ) $<
################################################################################
# Begin Target
# Name "spcu_daily - Win32 Release"
# Name "spcu_daily - Win32 Debug"
!IF "$(CFG)" == "spcu_daily - Win32 Release"
!ELSEIF "$(CFG)" == "spcu_daily - Win32 Debug"
!ENDIF
# End Target
# End Project
################################################################################