mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 08:03:04 +01:00
Fix up makefile a little
This commit is contained in:
parent
6dfabae76b
commit
8efa727108
@ -11,6 +11,7 @@ ALL : "$(OUTDIR)\common.lib"
|
||||
|
||||
CLEAN :
|
||||
-@erase "$(INTDIR)\alloc.obj"
|
||||
-@erase "$(INTDIR)\fbsyslog.obj"
|
||||
-@erase "$(INTDIR)\config.obj"
|
||||
-@erase "$(INTDIR)\config_file.obj"
|
||||
-@erase "$(INTDIR)\config_root.obj"
|
||||
@ -36,6 +37,7 @@ LIB32_OBJS= \
|
||||
"$(INTDIR)\locks.obj" \
|
||||
"$(INTDIR)\fb_exception.obj" \
|
||||
"$(INTDIR)\config.obj" \
|
||||
"$(INTDIR)\fbsyslog.obj" \
|
||||
"$(INTDIR)\config_file.obj" \
|
||||
"$(INTDIR)\config_root.obj" \
|
||||
"$(INTDIR)\mod_loader.obj" \
|
||||
@ -119,6 +121,12 @@ SOURCE=..\..\src\jrd\os\win32\mod_loader.cpp
|
||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||
|
||||
|
||||
SOURCE=..\..\src\jrd\os\win32\fbsyslog.cpp
|
||||
|
||||
"$(INTDIR)\fbsyslog.obj" : $(SOURCE) "$(INTDIR)"
|
||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||
|
||||
|
||||
SOURCE=..\..\src\jrd\os\win32\path_utils.cpp
|
||||
|
||||
"$(INTDIR)\path_utils.obj" : $(SOURCE) "$(INTDIR)"
|
||||
|
Loading…
Reference in New Issue
Block a user