|
1 # Microsoft Developer Studio Generated NMAKE File, Based on wrjpgcom.dsp |
|
2 !IF "$(CFG)" == "" |
|
3 CFG=wrjpgcom - Win32 |
|
4 !MESSAGE Keine Konfiguration angegeben. wrjpgcom - Win32 wird als Standard verwendet. |
|
5 !ENDIF |
|
6 |
|
7 !IF "$(CFG)" != "wrjpgcom - Win32" |
|
8 !MESSAGE Ungültige Konfiguration "$(CFG)" angegeben. |
|
9 !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben |
|
10 !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel: |
|
11 !MESSAGE |
|
12 !MESSAGE NMAKE /f "wrjpgcom.mak" CFG="wrjpgcom - Win32" |
|
13 !MESSAGE |
|
14 !MESSAGE Für die Konfiguration stehen zur Auswahl: |
|
15 !MESSAGE |
|
16 !MESSAGE "wrjpgcom - Win32" (basierend auf "Win32 (x86) Console Application") |
|
17 !MESSAGE |
|
18 !ERROR Eine ungültige Konfiguration wurde angegeben. |
|
19 !ENDIF |
|
20 |
|
21 !IF "$(OS)" == "Windows_NT" |
|
22 NULL= |
|
23 !ELSE |
|
24 NULL=nul |
|
25 !ENDIF |
|
26 |
|
27 CPP=cl.exe |
|
28 RSC=rc.exe |
|
29 OUTDIR=.\wrjpgcom\Release |
|
30 INTDIR=.\wrjpgcom\Release |
|
31 # Begin Custom Macros |
|
32 OutDir=.\wrjpgcom\Release |
|
33 # End Custom Macros |
|
34 |
|
35 ALL : "$(OUTDIR)\wrjpgcom.exe" |
|
36 |
|
37 |
|
38 CLEAN : |
|
39 -@erase "$(INTDIR)\vc60.idb" |
|
40 -@erase "$(INTDIR)\wrjpgcom.obj" |
|
41 -@erase "$(OUTDIR)\wrjpgcom.exe" |
|
42 |
|
43 "$(OUTDIR)" : |
|
44 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" |
|
45 |
|
46 BSC32=bscmake.exe |
|
47 BSC32_FLAGS=/nologo /o"$(OUTDIR)\wrjpgcom.bsc" |
|
48 BSC32_SBRS= \ |
|
49 |
|
50 LINK32=link.exe |
|
51 LINK32_FLAGS=Release\jpeg.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"$(OUTDIR)\wrjpgcom.pdb" /machine:I386 /out:"$(OUTDIR)\wrjpgcom.exe" |
|
52 LINK32_OBJS= \ |
|
53 "$(INTDIR)\wrjpgcom.obj" |
|
54 |
|
55 "$(OUTDIR)\wrjpgcom.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) |
|
56 $(LINK32) @<< |
|
57 $(LINK32_FLAGS) $(LINK32_OBJS) |
|
58 << |
|
59 |
|
60 CPP_PROJ=/nologo /G6 /MT /W3 /GX /Ox /Oa /Ob2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /Fp"$(INTDIR)\wrjpgcom.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c |
|
61 |
|
62 .c{$(INTDIR)}.obj:: |
|
63 $(CPP) @<< |
|
64 $(CPP_PROJ) $< |
|
65 << |
|
66 |
|
67 .cpp{$(INTDIR)}.obj:: |
|
68 $(CPP) @<< |
|
69 $(CPP_PROJ) $< |
|
70 << |
|
71 |
|
72 .cxx{$(INTDIR)}.obj:: |
|
73 $(CPP) @<< |
|
74 $(CPP_PROJ) $< |
|
75 << |
|
76 |
|
77 .c{$(INTDIR)}.sbr:: |
|
78 $(CPP) @<< |
|
79 $(CPP_PROJ) $< |
|
80 << |
|
81 |
|
82 .cpp{$(INTDIR)}.sbr:: |
|
83 $(CPP) @<< |
|
84 $(CPP_PROJ) $< |
|
85 << |
|
86 |
|
87 .cxx{$(INTDIR)}.sbr:: |
|
88 $(CPP) @<< |
|
89 $(CPP_PROJ) $< |
|
90 << |
|
91 |
|
92 |
|
93 !IF "$(NO_EXTERNAL_DEPS)" != "1" |
|
94 !IF EXISTS("wrjpgcom.dep") |
|
95 !INCLUDE "wrjpgcom.dep" |
|
96 !ELSE |
|
97 !MESSAGE Warning: cannot find "wrjpgcom.dep" |
|
98 !ENDIF |
|
99 !ENDIF |
|
100 |
|
101 |
|
102 !IF "$(CFG)" == "wrjpgcom - Win32" |
|
103 SOURCE=.\wrjpgcom.c |
|
104 |
|
105 "$(INTDIR)\wrjpgcom.obj" : $(SOURCE) "$(INTDIR)" |
|
106 |
|
107 |
|
108 |
|
109 !ENDIF |
|
110 |